#10446C

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

Shades of Dark Cerulean #10446C

Tints of Dark Cerulean #10446C

Color information

#10446C (or 0x10446C) is unknown color: approx Dark Cerulean. HEX triplet: 10, 44 and 6C. RGB value is (16,68,108). Sum of RGB (Red+Green+Blue) = 16+68+108=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #10446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10446C is #EFBB93. Grayscale: #383838. Windows color (decimal): -15711124 or 7095312. OLE color: 7095312.

HSL color Cylindrical-coordinate representation of color #10446C: hue angle of 206.09º 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 #10446C is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1668108-
CMYK0.850.3700.58
HSL206.09º74.19%24.31%-
HSV(B)206.09º85.19%42.35%-
XYZ4.995.3314.95-
YUV57.01156.7798.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=8.33%
G=35.42%
B=56.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16681080.850.3700.58206.0974.1924.31
Hex10446C552503Ace4a18
Octal201041541254507231611230
Binary10000100010011011001010101100101011101011001110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10446C; }

 p { color: rgb(16,68,108); }

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

<style>
 a { background-color: #10446C; }

 a { background-color: rgb(16,68,108); }

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

<style>
 span { border-color: #10446C; }

 span { border-color: rgb(16,68,108); }

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