Html Css Color HEX #013C78 Dark Cerulean

📋 copy color: '#013C78'

red 1 ◦ green 60 ◦ blue 120

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

Shades of Dark Cerulean #013C78

Tints of Dark Cerulean #013C78

RGB

 RED value IS 1 (0.78% from 255) = 0.55%

 GREEN value IS 60 (23.83% from 255) = 33.15%

 BLUE value IS 120 (47.27% from 255) = 66.3%

R = 0.55%
G = 33.15%
B = 66.3%

CMYK

 C value IS 0.99

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013C78 (or 0x013C78) is known color: Dark Cerulean. HEX triplet: 01, 3C and 78. RGB value is (1,60,120). Sum of RGB (Red+Green+Blue) = 1+60+120=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #013C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C78 is #FEC387. Grayscale: #303030. Windows color (decimal): -16696200 or 7879681. OLE color: 7879681.

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

Color convert

RGB 1 60 120 -
CMYK 0.99 0.5 0 0.53
HSL 210.25º 0.98% 0.24% -
HSV(B) 210.25º 0.99% 0.47% -
XYZ 5.02 4.59 18.39 -
YUV 49.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 1 60 120 0.99 0.5 0 0.53 210.25 0.98 0.24
Hex 1 3C 78 63 32 0 35 D2 62 18
Octal 1 74 170 143 62 0 65 322 142 30
Binary 1 111100 1111000 1100011 110010 0 110101 11010010 1100010 11000

Color Harmonies of #013C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C78

Black with #013C78

Text Example


Text Example

White with #013C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #013C78;
 }
 .AnyTagClassName
 {
   color: #013C78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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