Html Css Color HEX #045377 Dark Cerulean

📋 copy color: '#045377'

red 4 ◦ green 83 ◦ blue 119

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

Shades of Dark Cerulean #045377

Tints of Dark Cerulean #045377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 1.94%
G = 40.29%
B = 57.77%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#045377 (or 0x045377) is known color: Dark Cerulean. HEX triplet: 04, 53 and 77. RGB value is (4,83,119). Sum of RGB (Red+Green+Blue) = 4+83+119=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #045377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045377 is #FBAC88. Grayscale: #3F3F3F. Windows color (decimal): -16493705 or 7820036. OLE color: 7820036.

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

Color convert

RGB 4 83 119 -
CMYK 0.97 0.30 0 0.53
HSL 198.78º 0.93% 0.24% -
HSV(B) 198.78º 0.97% 0.47% -
XYZ 6.47 7.54 18.57 -
YUV 63.48 159.33 85.57 -
System Red Green Blue C M Y K H S L
Decimal 4 83 119 0.97 0.30 0 0.53 198.78 0.93 0.24
Hex 4 53 77 61 1E 0 35 C7 5D 18
Octal 4 123 167 141 36 0 65 307 135 30
Binary 100 1010011 1110111 1100001 11110 0 110101 11000111 1011101 11000

Color Harmonies of #045377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045377

Black with #045377

Text Example


Text Example

White with #045377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045377; }

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

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

background-color css

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

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

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

border-color css

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

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

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