Html Css Color HEX #0B596F Blue Lagoon

📋 copy color: '#0B596F'

red 11 ◦ green 89 ◦ blue 111

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

Shades of Blue Lagoon #0B596F

Tints of Blue Lagoon #0B596F

RGB

 RED value IS 11 (4.69% from 255) = 5.21%

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

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

R = 5.21%
G = 42.18%
B = 52.61%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B596F (or 0x0B596F) is known color: Blue Lagoon. HEX triplet: 0B, 59 and 6F. RGB value is (11,89,111). Sum of RGB (Red+Green+Blue) = 11+89+111=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B596F is #F4A690. Grayscale: #444444. Windows color (decimal): -16033425 or 7297291. OLE color: 7297291.

HSL color Cylindrical-coordinate representation of color #0B596F: hue angle of 193.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B596F is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 89 111 -
CMYK 0.90 0.20 0 0.56
HSL 193.2º 0.82% 0.24% -
HSV(B) 193.2º 0.9% 0.44% -
XYZ 6.58 8.36 16.31 -
YUV 68.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 11 89 111 0.90 0.20 0 0.56 193.2 0.82 0.24
Hex B 59 6F 5A 14 0 38 C1 52 18
Octal 13 131 157 132 24 0 70 301 122 30
Binary 1011 1011001 1101111 1011010 10100 0 111000 11000001 1010010 11000

Color Harmonies of #0B596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B596F

Black with #0B596F

Text Example


Text Example

White with #0B596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,89,111); }

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

background-color css

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

 a { background-color: rgb(11,89,111); }

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

border-color css

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

 span { border-color: rgb(11,89,111); }

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