Html Css Color HEX #0F576C Blue Lagoon

📋 copy color: '#0F576C'

red 15 ◦ green 87 ◦ blue 108

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

Shades of Blue Lagoon #0F576C

Tints of Blue Lagoon #0F576C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.43%

R = 7.14%
G = 41.43%
B = 51.43%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F576C (or 0x0F576C) is known color: Blue Lagoon. HEX triplet: 0F, 57 and 6C. RGB value is (15,87,108). Sum of RGB (Red+Green+Blue) = 15+87+108=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F576C is #F0A893. Grayscale: #434343. Windows color (decimal): -15771796 or 7100175. OLE color: 7100175.

HSL color Cylindrical-coordinate representation of color #0F576C: hue angle of 193.55º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F576C is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 87 108 -
CMYK 0.86 0.19 0 0.58
HSL 193.55º 0.76% 0.24% -
HSV(B) 193.55º 0.86% 0.42% -
XYZ 6.31 8 15.4 -
YUV 67.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 15 87 108 0.86 0.19 0 0.58 193.55 0.76 0.24
Hex F 57 6C 56 13 0 3A C2 4C 18
Octal 17 127 154 126 23 0 72 302 114 30
Binary 1111 1010111 1101100 1010110 10011 0 111010 11000010 1001100 11000

Color Harmonies of #0F576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F576C

Black with #0F576C

Text Example


Text Example

White with #0F576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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