#013F7C

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

Shades of Dark Cerulean #013F7C

Tints of Dark Cerulean #013F7C

Color information

#013F7C (or 0x013F7C) is unknown color: approx Dark Cerulean. HEX triplet: 01, 3F and 7C. RGB value is (1,63,124). Sum of RGB (Red+Green+Blue) = 1+63+124=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #013F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F7C is #FEC083. Grayscale: #333333. Windows color (decimal): -16695428 or 8142593. OLE color: 8142593.

HSL color Cylindrical-coordinate representation of color #013F7C: hue angle of 209.76º 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 #013F7C is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB163124-
CMYK0.990.4900.51
HSL209.76º98.4%24.51%-
HSV(B)209.76º99.19%48.63%-
XYZ5.435.0219.75-
YUV51.42168.9692.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 124 (48.83% from 255) = 65.96%
R=0.53%
G=33.51%
B=65.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1631240.990.4900.51209.7698.424.51
Hex13F7C6331033d26219
Octal1771741436106332214231
Binary111111111111001100011110001011001111010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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