Html Css Color HEX #014377 Dark Cerulean

📋 copy color: '#014377'

red 1 ◦ green 67 ◦ blue 119

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

Shades of Dark Cerulean #014377

Tints of Dark Cerulean #014377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.83%

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

R = 0.53%
G = 35.83%
B = 63.64%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#014377 (or 0x014377) is known color: Dark Cerulean. HEX triplet: 01, 43 and 77. RGB value is (1,67,119). Sum of RGB (Red+Green+Blue) = 1+67+119=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #014377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014377 is #FEBC88. Grayscale: #343434. Windows color (decimal): -16694409 or 7815937. OLE color: 7815937.

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

Color convert

RGB 1 67 119 -
CMYK 0.99 0.44 0 0.53
HSL 206.44º 0.98% 0.24% -
HSV(B) 206.44º 0.99% 0.47% -
XYZ 5.35 5.35 18.2 -
YUV 53.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 1 67 119 0.99 0.44 0 0.53 206.44 0.98 0.24
Hex 1 43 77 63 2C 0 35 CE 62 18
Octal 1 103 167 143 54 0 65 316 142 30
Binary 1 1000011 1110111 1100011 101100 0 110101 11001110 1100010 11000

Color Harmonies of #014377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014377

Black with #014377

Text Example


Text Example

White with #014377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014377; }

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

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

background-color css

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

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

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

border-color css

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

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

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