#10418A

Color #10418A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #10418A

Tints of Dark Cerulean #10418A

Color information

#10418A (or 0x10418A) is unknown color: approx Dark Cerulean. HEX triplet: 10, 41 and 8A. RGB value is (16,65,138). Sum of RGB (Red+Green+Blue) = 16+65+138=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #10418A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10418A is #EFBE75. Grayscale: #3A3A3A. Windows color (decimal): -15711862 or 9060624. OLE color: 9060624.

HSL color Cylindrical-coordinate representation of color #10418A: hue angle of 215.9º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10418A is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1665138-
CMYK0.880.5300.46
HSL215.9º79.22%30.2%-
HSV(B)215.9º88.41%54.12%-
XYZ6.695.7324.8-
YUV58.67172.7797.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 138 (54.30% from 255) = 63.01%
R=7.31%
G=29.68%
B=63.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal16651380.880.5300.46215.979.2230.2
Hex10418A583502Ed84f1e
Octal201012121306505633011736
Binary100001000001100010101011000110101010111011011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10418A; }

 p { color: rgb(16,65,138); }

 H1.HeaderClassName
 {
   color: #10418A;
 }
 .AnyTagClassName
 {
   color: #10418A;
 }
</style>
background-color css

<style>
 a { background-color: #10418A; }

 a { background-color: rgb(16,65,138); }

 div.DivClassName
 {
   background-color: #10418A;
 }
 .BgClassName
 {
   background-color: #10418A;
 }
</style>
border-color css

<style>
 span { border-color: #10418A; }

 span { border-color: rgb(16,65,138); }

 td.TdClassName
 {
   border-color: #10418A;
 }
 .TagClassName
 {
   border-color: #10418A;
 }
</style>