#013E7C

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

Shades of Dark Cerulean #013E7C

Tints of Dark Cerulean #013E7C

Color information

#013E7C (or 0x013E7C) is unknown color: approx Dark Cerulean. HEX triplet: 01, 3E and 7C. RGB value is (1,62,124). Sum of RGB (Red+Green+Blue) = 1+62+124=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #013E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E7C is #FEC183. Grayscale: #323232. Windows color (decimal): -16695684 or 8142337. OLE color: 8142337.

HSL color Cylindrical-coordinate representation of color #013E7C: hue angle of 210.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E7C is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB162124-
CMYK0.990.500.51
HSL210.24º98.4%24.51%-
HSV(B)210.24º99.19%48.63%-
XYZ5.374.9119.73-
YUV50.83169.2992.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 62 (24.61% from 255) = 33.16%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=0.53%
G=33.16%
B=66.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1621240.990.500.51210.2498.424.51
Hex13E7C6332033d26219
Octal1761741436206332214231
Binary111111011111001100011110010011001111010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013E7C; }

 p { color: rgb(1,62,124); }

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

<style>
 a { background-color: #013E7C; }

 a { background-color: rgb(1,62,124); }

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

<style>
 span { border-color: #013E7C; }

 span { border-color: rgb(1,62,124); }

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