Html Css Color HEX #013978 Dark Cerulean

📋 copy color: '#013978'

red 1 ◦ green 57 ◦ blue 120

#013978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #013978

Tints of Dark Cerulean #013978

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 value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013978 (or 0x013978) is known color: 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

RGB 1 57 120 -
CMYK 0.99 0.52 0 0.53
HSL 211.76º 0.98% 0.24% -
HSV(B) 211.76º 0.99% 0.47% -
XYZ 4.87 4.29 18.34 -
YUV 47.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 1 57 120 0.99 0.52 0 0.53 211.76 0.98 0.24
Hex 1 39 78 63 34 0 35 D4 62 18
Octal 1 71 170 143 64 0 65 324 142 30
Binary 1 111001 1111000 1100011 110100 0 110101 11010100 1100010 11000

Color Harmonies of #013978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013978

Black with #013978

Text Example


Text Example

White with #013978

Text Example


Text Example

HTML Codes & Css Web 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>