Html Css Color HEX #045372 Blue Lagoon

📋 copy color: '#045372'

red 4 ◦ green 83 ◦ blue 114

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

Shades of Blue Lagoon #045372

Tints of Blue Lagoon #045372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.72%

R = 1.99%
G = 41.29%
B = 56.72%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#045372 (or 0x045372) is known color: Blue Lagoon. HEX triplet: 04, 53 and 72. RGB value is (4,83,114). Sum of RGB (Red+Green+Blue) = 4+83+114=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #045372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045372 is #FBAC8D. Grayscale: #3E3E3E. Windows color (decimal): -16493710 or 7492356. OLE color: 7492356.

HSL color Cylindrical-coordinate representation of color #045372: hue angle of 196.91º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045372 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 83 114 -
CMYK 0.96 0.27 0 0.55
HSL 196.91º 0.93% 0.23% -
HSV(B) 196.91º 0.96% 0.45% -
XYZ 6.18 7.43 17.03 -
YUV 62.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 4 83 114 0.96 0.27 0 0.55 196.91 0.93 0.23
Hex 4 53 72 60 1B 0 37 C5 5D 17
Octal 4 123 162 140 33 0 67 305 135 27
Binary 100 1010011 1110010 1100000 11011 0 110111 11000101 1011101 10111

Color Harmonies of #045372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045372

Black with #045372

Text Example


Text Example

White with #045372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045372; }

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

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

background-color css

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

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

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

border-color css

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

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

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