#10496E

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

Shades of Dark Cerulean #10496E

Tints of Dark Cerulean #10496E

Color information

#10496E (or 0x10496E) is unknown color: approx Dark Cerulean. HEX triplet: 10, 49 and 6E. RGB value is (16,73,110). Sum of RGB (Red+Green+Blue) = 16+73+110=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #10496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10496E is #EFB691. Grayscale: #3B3B3B. Windows color (decimal): -15709842 or 7227664. OLE color: 7227664.

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

Color convert

RGB1673110-
CMYK0.850.3400.57
HSL203.62º74.6%24.71%-
HSV(B)203.62º85.45%43.14%-
XYZ5.41615.62-
YUV60.18156.1296.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=8.04%
G=36.68%
B=55.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16731100.850.3400.57203.6274.624.71
Hex10496E5522039cc4b19
Octal201111561254207131411331
Binary10000100100111011101010101100010011100111001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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