Html Css Color HEX #045F7D Blue Lagoon

📋 copy color: '#045F7D'

red 4 ◦ green 95 ◦ blue 125

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

Shades of Blue Lagoon #045F7D

Tints of Blue Lagoon #045F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.41%

 BLUE value IS 125 (49.22% from 255) = 55.8%

R = 1.79%
G = 42.41%
B = 55.8%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#045F7D (or 0x045F7D) is known color: Blue Lagoon. HEX triplet: 04, 5F and 7D. RGB value is (4,95,125). Sum of RGB (Red+Green+Blue) = 4+95+125=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #045F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F7D is #FBA082. Grayscale: #474747. Windows color (decimal): -16490627 or 8216324. OLE color: 8216324.

HSL color Cylindrical-coordinate representation of color #045F7D: hue angle of 194.88º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045F7D is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 95 125 -
CMYK 0.97 0.24 0 0.51
HSL 194.88º 0.94% 0.25% -
HSV(B) 194.88º 0.97% 0.49% -
XYZ 7.84 9.69 20.86 -
YUV 71.21 158.35 80.06 -
System Red Green Blue C M Y K H S L
Decimal 4 95 125 0.97 0.24 0 0.51 194.88 0.94 0.25
Hex 4 5F 7D 61 18 0 33 C3 5E 19
Octal 4 137 175 141 30 0 63 303 136 31
Binary 100 1011111 1111101 1100001 11000 0 110011 11000011 1011110 11001

Color Harmonies of #045F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F7D

Black with #045F7D

Text Example


Text Example

White with #045F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,95,125); }

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

background-color css

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

 a { background-color: rgb(4,95,125); }

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

border-color css

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

 span { border-color: rgb(4,95,125); }

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