Html Css Color HEX #014C78 Dark Cerulean

📋 copy color: '#014C78'

red 1 ◦ green 76 ◦ blue 120

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

Shades of Dark Cerulean #014C78

Tints of Dark Cerulean #014C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

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

R = 0.51%
G = 38.58%
B = 60.91%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#014C78 (or 0x014C78) is known color: Dark Cerulean. HEX triplet: 01, 4C and 78. RGB value is (1,76,120). Sum of RGB (Red+Green+Blue) = 1+76+120=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #014C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C78 is #FEB387. Grayscale: #3A3A3A. Windows color (decimal): -16692104 or 7883777. OLE color: 7883777.

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

Color convert

RGB 1 76 120 -
CMYK 0.99 0.37 0 0.53
HSL 202.18º 0.98% 0.24% -
HSV(B) 202.18º 0.99% 0.47% -
XYZ 5.99 6.53 18.71 -
YUV 58.59 162.65 86.92 -
System Red Green Blue C M Y K H S L
Decimal 1 76 120 0.99 0.37 0 0.53 202.18 0.98 0.24
Hex 1 4C 78 63 25 0 35 CA 62 18
Octal 1 114 170 143 45 0 65 312 142 30
Binary 1 1001100 1111000 1100011 100101 0 110101 11001010 1100010 11000

Color Harmonies of #014C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C78

Black with #014C78

Text Example


Text Example

White with #014C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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