Html Css Color HEX #0F596B Blue Lagoon

📋 copy color: '#0F596B'

red 15 ◦ green 89 ◦ blue 107

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

Shades of Blue Lagoon #0F596B

Tints of Blue Lagoon #0F596B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 7.11%
G = 42.18%
B = 50.71%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F596B (or 0x0F596B) is known color: Blue Lagoon. HEX triplet: 0F, 59 and 6B. RGB value is (15,89,107). Sum of RGB (Red+Green+Blue) = 15+89+107=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F596B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F596B is #F0A694. Grayscale: #444444. Windows color (decimal): -15771285 or 7035151. OLE color: 7035151.

HSL color Cylindrical-coordinate representation of color #0F596B: hue angle of 191.74º degrees, saturation: 0.75, 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 #0F596B is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 89 107 -
CMYK 0.86 0.17 0 0.58
HSL 191.74º 0.75% 0.24% -
HSV(B) 191.74º 0.86% 0.42% -
XYZ 6.42 8.31 15.17 -
YUV 68.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 15 89 107 0.86 0.17 0 0.58 191.74 0.75 0.24
Hex F 59 6B 56 11 0 3A C0 4B 18
Octal 17 131 153 126 21 0 72 300 113 30
Binary 1111 1011001 1101011 1010110 10001 0 111010 11000000 1001011 11000

Color Harmonies of #0F596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F596B

Black with #0F596B

Text Example


Text Example

White with #0F596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,89,107); }

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

background-color css

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

 a { background-color: rgb(15,89,107); }

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

border-color css

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

 span { border-color: rgb(15,89,107); }

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