Html Css Color HEX #045A75 Blue Lagoon

📋 copy color: '#045A75'

red 4 ◦ green 90 ◦ blue 117

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

Shades of Blue Lagoon #045A75

Tints of Blue Lagoon #045A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

 BLUE value IS 117 (46.09% from 255) = 55.45%

R = 1.9%
G = 42.65%
B = 55.45%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#045A75 (or 0x045A75) is known color: Blue Lagoon. HEX triplet: 04, 5A and 75. RGB value is (4,90,117). Sum of RGB (Red+Green+Blue) = 4+90+117=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #045A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A75 is #FBA58A. Grayscale: #434343. Windows color (decimal): -16491915 or 7690756. OLE color: 7690756.

HSL color Cylindrical-coordinate representation of color #045A75: hue angle of 194.34º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A75 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 90 117 -
CMYK 0.97 0.23 0 0.54
HSL 194.34º 0.93% 0.24% -
HSV(B) 194.34º 0.97% 0.46% -
XYZ 6.92 8.62 18.13 -
YUV 67.36 156.01 82.8 -
System Red Green Blue C M Y K H S L
Decimal 4 90 117 0.97 0.23 0 0.54 194.34 0.93 0.24
Hex 4 5A 75 61 17 0 36 C2 5D 18
Octal 4 132 165 141 27 0 66 302 135 30
Binary 100 1011010 1110101 1100001 10111 0 110110 11000010 1011101 11000

Color Harmonies of #045A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045A75

Black with #045A75

Text Example


Text Example

White with #045A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045A75; }

 p { color: rgb(4,90,117); }

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

background-color css

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

 a { background-color: rgb(4,90,117); }

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

border-color css

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

 span { border-color: rgb(4,90,117); }

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