Html Css Color HEX #0F596D Blue Lagoon

📋 copy color: '#0F596D'

red 15 ◦ green 89 ◦ blue 109

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

Shades of Blue Lagoon #0F596D

Tints of Blue Lagoon #0F596D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.17%

R = 7.04%
G = 41.78%
B = 51.17%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F596D (or 0x0F596D) is known color: Blue Lagoon. HEX triplet: 0F, 59 and 6D. RGB value is (15,89,109). Sum of RGB (Red+Green+Blue) = 15+89+109=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F596D is #F0A692. Grayscale: #454545. Windows color (decimal): -15771283 or 7166223. OLE color: 7166223.

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

Color convert

RGB 15 89 109 -
CMYK 0.86 0.18 0 0.57
HSL 192.77º 0.76% 0.24% -
HSV(B) 192.77º 0.86% 0.43% -
XYZ 6.53 8.35 15.74 -
YUV 69.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 15 89 109 0.86 0.18 0 0.57 192.77 0.76 0.24
Hex F 59 6D 56 12 0 39 C1 4C 18
Octal 17 131 155 126 22 0 71 301 114 30
Binary 1111 1011001 1101101 1010110 10010 0 111001 11000001 1001100 11000

Color Harmonies of #0F596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F596D

Black with #0F596D

Text Example


Text Example

White with #0F596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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