Html Css Color HEX #0F596E Blue Lagoon

📋 copy color: '#0F596E'

red 15 ◦ green 89 ◦ blue 110

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

Shades of Blue Lagoon #0F596E

Tints of Blue Lagoon #0F596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.4%

R = 7.01%
G = 41.59%
B = 51.4%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F596E (or 0x0F596E) is known color: Blue Lagoon. HEX triplet: 0F, 59 and 6E. RGB value is (15,89,110). Sum of RGB (Red+Green+Blue) = 15+89+110=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F596E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F596E is #F0A691. Grayscale: #454545. Windows color (decimal): -15771282 or 7231759. OLE color: 7231759.

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

Color convert

RGB 15 89 110 -
CMYK 0.86 0.19 0 0.57
HSL 193.26º 0.76% 0.25% -
HSV(B) 193.26º 0.86% 0.43% -
XYZ 6.58 8.37 16.02 -
YUV 69.27 150.98 89.29 -
System Red Green Blue C M Y K H S L
Decimal 15 89 110 0.86 0.19 0 0.57 193.26 0.76 0.25
Hex F 59 6E 56 13 0 39 C1 4C 19
Octal 17 131 156 126 23 0 71 301 114 31
Binary 1111 1011001 1101110 1010110 10011 0 111001 11000001 1001100 11001

Color Harmonies of #0F596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F596E

Black with #0F596E

Text Example


Text Example

White with #0F596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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