Html Css Color HEX #045177 Dark Cerulean

📋 copy color: '#045177'

red 4 ◦ green 81 ◦ blue 119

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

Shades of Dark Cerulean #045177

Tints of Dark Cerulean #045177

RGB

 RED value IS 4 (1.95% from 255) = 1.96%

 GREEN value IS 81 (32.03% from 255) = 39.71%

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

R = 1.96%
G = 39.71%
B = 58.33%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#045177 (or 0x045177) is known color: Dark Cerulean. HEX triplet: 04, 51 and 77. RGB value is (4,81,119). Sum of RGB (Red+Green+Blue) = 4+81+119=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #045177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045177 is #FBAE88. Grayscale: #3E3E3E. Windows color (decimal): -16494217 or 7819524. OLE color: 7819524.

HSL color Cylindrical-coordinate representation of color #045177: hue angle of 199.83º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045177 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 81 119 -
CMYK 0.97 0.32 0 0.53
HSL 199.83º 0.93% 0.24% -
HSV(B) 199.83º 0.97% 0.47% -
XYZ 6.32 7.24 18.52 -
YUV 62.31 159.99 86.41 -
System Red Green Blue C M Y K H S L
Decimal 4 81 119 0.97 0.32 0 0.53 199.83 0.93 0.24
Hex 4 51 77 61 20 0 35 C8 5D 18
Octal 4 121 167 141 40 0 65 310 135 30
Binary 100 1010001 1110111 1100001 100000 0 110101 11001000 1011101 11000

Color Harmonies of #045177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045177

Black with #045177

Text Example


Text Example

White with #045177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045177; }

 p { color: rgb(4,81,119); }

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

background-color css

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

 a { background-color: rgb(4,81,119); }

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

border-color css

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

 span { border-color: rgb(4,81,119); }

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