Html Css Color HEX #005F72 Blue Lagoon

📋 copy color: '#005F72'

red 0 ◦ green 95 ◦ blue 114

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

Shades of Blue Lagoon #005F72

Tints of Blue Lagoon #005F72

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 45.45%
B = 54.55%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005F72 (or 0x005F72) is known color: Blue Lagoon. HEX triplet: 00, 5F and 72. RGB value is (0,95,114). Sum of RGB (Red+Green+Blue) = 0+95+114=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #005F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F72 is #FFA08D. Grayscale: #444444. Windows color (decimal): -16752782 or 7495424. OLE color: 7495424.

HSL color Cylindrical-coordinate representation of color #005F72: hue angle of 190º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F72 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 95 114 -
CMYK 1 0.17 0 0.55
HSL 190º 1% 0.22% -
HSV(B) 190º 1% 0.45% -
XYZ 7.13 9.4 17.36 -
YUV 68.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 0 95 114 1 0.17 0 0.55 190 1 0.22
Hex 0 5F 72 64 11 0 37 BE 64 16
Octal 0 137 162 144 21 0 67 276 144 26
Binary 0 1011111 1110010 1100100 10001 0 110111 10111110 1100100 10110

Color Harmonies of #005F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F72

Black with #005F72

Text Example


Text Example

White with #005F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005F72; }

 p { color: rgb(0,95,114); }

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

background-color css

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

 a { background-color: rgb(0,95,114); }

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

border-color css

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

 span { border-color: rgb(0,95,114); }

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