#10466E

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

Shades of Dark Cerulean #10466E

Tints of Dark Cerulean #10466E

Color information

#10466E (or 0x10466E) is unknown color: approx Dark Cerulean. HEX triplet: 10, 46 and 6E. RGB value is (16,70,110). Sum of RGB (Red+Green+Blue) = 16+70+110=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #10466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10466E is #EFB991. Grayscale: #3A3A3A. Windows color (decimal): -15710610 or 7226896. OLE color: 7226896.

HSL color Cylindrical-coordinate representation of color #10466E: hue angle of 205.53º degrees, saturation: 0.75, 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 #10466E is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1670110-
CMYK0.850.3600.57
HSL205.53º74.6%24.71%-
HSV(B)205.53º85.45%43.14%-
XYZ5.225.6215.56-
YUV58.41157.1197.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.16%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 110 (43.36% from 255) = 56.12%
R=8.16%
G=35.71%
B=56.12%

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
Decimal16701100.850.3600.57205.5374.624.71
Hex10466E5524039ce4b19
Octal201061561254407131611331
Binary10000100011011011101010101100100011100111001110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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