Html Css Color HEX #014577 Dark Cerulean

📋 copy color: '#014577'

red 1 ◦ green 69 ◦ blue 119

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

Shades of Dark Cerulean #014577

Tints of Dark Cerulean #014577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.51%

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

R = 0.53%
G = 36.51%
B = 62.96%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#014577 (or 0x014577) is known color: Dark Cerulean. HEX triplet: 01, 45 and 77. RGB value is (1,69,119). Sum of RGB (Red+Green+Blue) = 1+69+119=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #014577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014577 is #FEBA88. Grayscale: #363636. Windows color (decimal): -16693897 or 7816449. OLE color: 7816449.

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

Color convert

RGB 1 69 119 -
CMYK 0.99 0.42 0 0.53
HSL 205.42º 0.98% 0.24% -
HSV(B) 205.42º 0.99% 0.47% -
XYZ 5.47 5.59 18.24 -
YUV 54.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 1 69 119 0.99 0.42 0 0.53 205.42 0.98 0.24
Hex 1 45 77 63 2A 0 35 CD 62 18
Octal 1 105 167 143 52 0 65 315 142 30
Binary 1 1000101 1110111 1100011 101010 0 110101 11001101 1100010 11000

Color Harmonies of #014577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014577

Black with #014577

Text Example


Text Example

White with #014577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014577; }

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

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

background-color css

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

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

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

border-color css

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

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

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