#013978

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

Shades of Dark Cerulean #013978

Tints of Dark Cerulean #013978

Color information

#013978 (or 0x013978) is unknown color: approx Dark Cerulean. HEX triplet: 01, 39 and 78. RGB value is (1,57,120). Sum of RGB (Red+Green+Blue) = 1+57+120=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #013978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013978 is #FEC687. Grayscale: #2F2F2F. Windows color (decimal): -16696968 or 7878913. OLE color: 7878913.

HSL color Cylindrical-coordinate representation of color #013978: hue angle of 211.76º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013978 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB157120-
CMYK0.990.5200.53
HSL211.76º98.35%23.73%-
HSV(B)211.76º99.17%47.06%-
XYZ4.874.2918.34-
YUV47.44168.9594.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 120 (47.27% from 255) = 67.42%
R=0.56%
G=32.02%
B=67.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1571200.990.5200.53211.7698.3523.73
Hex139786334035d46218
Octal1711701436406532414230
Binary111100111110001100011110100011010111010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013978; }

 p { color: rgb(1,57,120); }

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

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

 a { background-color: rgb(1,57,120); }

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

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

 span { border-color: rgb(1,57,120); }

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