Html Css Color HEX #014777 Dark Cerulean

📋 copy color: '#014777'

red 1 ◦ green 71 ◦ blue 119

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

Shades of Dark Cerulean #014777

Tints of Dark Cerulean #014777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

 BLUE value IS 119 (46.88% from 255) = 62.3%

R = 0.52%
G = 37.17%
B = 62.3%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#014777 (or 0x014777) is known color: Dark Cerulean. HEX triplet: 01, 47 and 77. RGB value is (1,71,119). Sum of RGB (Red+Green+Blue) = 1+71+119=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #014777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014777 is #FEB888. Grayscale: #373737. Windows color (decimal): -16693385 or 7816961. OLE color: 7816961.

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

Color convert

RGB 1 71 119 -
CMYK 0.99 0.40 0 0.53
HSL 204.41º 0.98% 0.24% -
HSV(B) 204.41º 0.99% 0.47% -
XYZ 5.6 5.84 18.29 -
YUV 55.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 1 71 119 0.99 0.40 0 0.53 204.41 0.98 0.24
Hex 1 47 77 63 28 0 35 CC 62 18
Octal 1 107 167 143 50 0 65 314 142 30
Binary 1 1000111 1110111 1100011 101000 0 110101 11001100 1100010 11000

Color Harmonies of #014777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014777

Black with #014777

Text Example


Text Example

White with #014777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014777; }

 p { color: rgb(1,71,119); }

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

background-color css

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

 a { background-color: rgb(1,71,119); }

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

border-color css

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

 span { border-color: rgb(1,71,119); }

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