Html Css Color HEX #0F576F Blue Lagoon

📋 copy color: '#0F576F'

red 15 ◦ green 87 ◦ blue 111

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

Shades of Blue Lagoon #0F576F

Tints of Blue Lagoon #0F576F

RGB

 RED value IS 15 (6.25% from 255) = 7.04%

 GREEN value IS 87 (34.38% from 255) = 40.85%

 BLUE value IS 111 (43.75% from 255) = 52.11%

R = 7.04%
G = 40.85%
B = 52.11%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F576F (or 0x0F576F) is known color: Blue Lagoon. HEX triplet: 0F, 57 and 6F. RGB value is (15,87,111). Sum of RGB (Red+Green+Blue) = 15+87+111=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F576F is #F0A890. Grayscale: #444444. Windows color (decimal): -15771793 or 7296783. OLE color: 7296783.

HSL color Cylindrical-coordinate representation of color #0F576F: hue angle of 195º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F576F is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 87 111 -
CMYK 0.86 0.22 0 0.56
HSL 195º 0.76% 0.25% -
HSV(B) 195º 0.86% 0.44% -
XYZ 6.47 8.07 16.25 -
YUV 68.21 152.15 90.05 -
System Red Green Blue C M Y K H S L
Decimal 15 87 111 0.86 0.22 0 0.56 195 0.76 0.25
Hex F 57 6F 56 16 0 38 C3 4C 19
Octal 17 127 157 126 26 0 70 303 114 31
Binary 1111 1010111 1101111 1010110 10110 0 111000 11000011 1001100 11001

Color Harmonies of #0F576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F576F

Black with #0F576F

Text Example


Text Example

White with #0F576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F576F; }

 p { color: rgb(15,87,111); }

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

background-color css

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

 a { background-color: rgb(15,87,111); }

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

border-color css

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

 span { border-color: rgb(15,87,111); }

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