#10416C

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

Shades of Dark Cerulean #10416C

Tints of Dark Cerulean #10416C

Color information

#10416C (or 0x10416C) is unknown color: approx Dark Cerulean. HEX triplet: 10, 41 and 6C. RGB value is (16,65,108). Sum of RGB (Red+Green+Blue) = 16+65+108=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #10416C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10416C is #EFBE93. Grayscale: #373737. Windows color (decimal): -15711892 or 7094544. OLE color: 7094544.

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

Color convert

RGB1665108-
CMYK0.850.4000.58
HSL208.04º74.19%24.31%-
HSV(B)208.04º85.19%42.35%-
XYZ4.814.9714.89-
YUV55.25157.77100-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=8.47%
G=34.39%
B=57.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16651080.850.4000.58208.0474.1924.31
Hex10416C552803Ad04a18
Octal201011541255007232011230
Binary10000100000111011001010101101000011101011010000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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