Html Css Color HEX #014C71 Dark Cerulean

📋 copy color: '#014C71'

red 1 ◦ green 76 ◦ blue 113

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

Shades of Dark Cerulean #014C71

Tints of Dark Cerulean #014C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 59.47%

R = 0.53%
G = 40%
B = 59.47%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#014C71 (or 0x014C71) is known color: Dark Cerulean. HEX triplet: 01, 4C and 71. RGB value is (1,76,113). Sum of RGB (Red+Green+Blue) = 1+76+113=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #014C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C71 is #FEB38E. Grayscale: #393939. Windows color (decimal): -16692111 or 7425025. OLE color: 7425025.

HSL color Cylindrical-coordinate representation of color #014C71: hue angle of 199.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C71 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 76 113 -
CMYK 0.99 0.33 0 0.56
HSL 199.82º 0.98% 0.22% -
HSV(B) 199.82º 0.99% 0.44% -
XYZ 5.58 6.37 16.56 -
YUV 57.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 1 76 113 0.99 0.33 0 0.56 199.82 0.98 0.22
Hex 1 4C 71 63 21 0 38 C8 62 16
Octal 1 114 161 143 41 0 70 310 142 26
Binary 1 1001100 1110001 1100011 100001 0 111000 11001000 1100010 10110

Color Harmonies of #014C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C71

Black with #014C71

Text Example


Text Example

White with #014C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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