#10466D

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

Shades of Dark Cerulean #10466D

Tints of Dark Cerulean #10466D

Color information

#10466D (or 0x10466D) is unknown color: approx Dark Cerulean. HEX triplet: 10, 46 and 6D. RGB value is (16,70,109). Sum of RGB (Red+Green+Blue) = 16+70+109=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #10466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10466D is #EFB992. Grayscale: #3A3A3A. Windows color (decimal): -15710611 or 7161360. OLE color: 7161360.

HSL color Cylindrical-coordinate representation of color #10466D: hue angle of 205.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10466D is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1670109-
CMYK0.850.3600.57
HSL205.16º74.4%24.51%-
HSV(B)205.16º85.32%42.75%-
XYZ5.165.5915.28-
YUV58.3156.6197.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 109 (42.97% from 255) = 55.90%
R=8.21%
G=35.90%
B=55.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16701090.850.3600.57205.1674.424.51
Hex10466D5524039cd4a19
Octal201061551254407131511231
Binary10000100011011011011010101100100011100111001101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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