#10466A

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

Shades of Dark Cerulean #10466A

Tints of Dark Cerulean #10466A

Color information

#10466A (or 0x10466A) is unknown color: approx Dark Cerulean. HEX triplet: 10, 46 and 6A. RGB value is (16,70,106). Sum of RGB (Red+Green+Blue) = 16+70+106=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #10466A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10466A is #EFB995. Grayscale: #393939. Windows color (decimal): -15710614 or 6964752. OLE color: 6964752.

HSL color Cylindrical-coordinate representation of color #10466A: hue angle of 204º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10466A is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1670106-
CMYK0.850.3400.58
HSL204º73.77%23.92%-
HSV(B)204º84.91%41.57%-
XYZ5.015.5314.44-
YUV57.96155.1198.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 106 (41.80% from 255) = 55.21%
R=8.33%
G=36.46%
B=55.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16701060.850.3400.5820473.7723.92
Hex10466A552203Acc4a18
Octal201061521254207231411230
Binary10000100011011010101010101100010011101011001100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,70,106); }

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

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

 a { background-color: rgb(16,70,106); }

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

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

 span { border-color: rgb(16,70,106); }

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