Html Css Color HEX #045271 Blue Lagoon

📋 copy color: '#045271'

red 4 ◦ green 82 ◦ blue 113

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

Shades of Blue Lagoon #045271

Tints of Blue Lagoon #045271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.21%

 BLUE value IS 113 (44.53% from 255) = 56.78%

R = 2.01%
G = 41.21%
B = 56.78%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#045271 (or 0x045271) is known color: Blue Lagoon. HEX triplet: 04, 52 and 71. RGB value is (4,82,113). Sum of RGB (Red+Green+Blue) = 4+82+113=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #045271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045271 is #FBAD8E. Grayscale: #3E3E3E. Windows color (decimal): -16493967 or 7426564. OLE color: 7426564.

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

Color convert

RGB 4 82 113 -
CMYK 0.96 0.27 0 0.56
HSL 197.06º 0.93% 0.23% -
HSV(B) 197.06º 0.96% 0.44% -
XYZ 6.05 7.25 16.7 -
YUV 62.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 4 82 113 0.96 0.27 0 0.56 197.06 0.93 0.23
Hex 4 52 71 60 1B 0 38 C5 5D 17
Octal 4 122 161 140 33 0 70 305 135 27
Binary 100 1010010 1110001 1100000 11011 0 111000 11000101 1011101 10111

Color Harmonies of #045271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045271

Black with #045271

Text Example


Text Example

White with #045271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045271; }

 p { color: rgb(4,82,113); }

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

background-color css

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

 a { background-color: rgb(4,82,113); }

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

border-color css

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

 span { border-color: rgb(4,82,113); }

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