#10337C

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

Shades of Dark Cerulean #10337C

Tints of Dark Cerulean #10337C

Color information

#10337C (or 0x10337C) is unknown color: approx Dark Cerulean. HEX triplet: 10, 33 and 7C. RGB value is (16,51,124). Sum of RGB (Red+Green+Blue) = 16+51+124=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #10337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10337C is #EFCC83. Grayscale: #303030. Windows color (decimal): -15715460 or 8139536. OLE color: 8139536.

HSL color Cylindrical-coordinate representation of color #10337C: hue angle of 220.56º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10337C is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1651124-
CMYK0.870.5900.51
HSL220.56º77.14%27.45%-
HSV(B)220.56º87.1%48.63%-
XYZ5.043.9319.56-
YUV48.86170.4104.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 124 (48.83% from 255) = 64.92%
R=8.38%
G=26.70%
B=64.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16511240.870.5900.51220.5677.1427.45
Hex10337C573B033dd4d1b
Octal20631741277306333511533
Binary1000011001111111001010111111011011001111011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,51,124); }

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

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

 a { background-color: rgb(16,51,124); }

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

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

 span { border-color: rgb(16,51,124); }

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