Html Css Color HEX #0B566F Blue Lagoon

📋 copy color: '#0B566F'

red 11 ◦ green 86 ◦ blue 111

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

Shades of Blue Lagoon #0B566F

Tints of Blue Lagoon #0B566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.35%

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

R = 5.29%
G = 41.35%
B = 53.37%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B566F (or 0x0B566F) is known color: Blue Lagoon. HEX triplet: 0B, 56 and 6F. RGB value is (11,86,111). Sum of RGB (Red+Green+Blue) = 11+86+111=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B566F is #F4A990. Grayscale: #424242. Windows color (decimal): -16034193 or 7296523. OLE color: 7296523.

HSL color Cylindrical-coordinate representation of color #0B566F: hue angle of 195º 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 #0B566F is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 86 111 -
CMYK 0.90 0.23 0 0.56
HSL 195º 0.82% 0.24% -
HSV(B) 195º 0.9% 0.44% -
XYZ 6.34 7.87 16.22 -
YUV 66.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 11 86 111 0.90 0.23 0 0.56 195 0.82 0.24
Hex B 56 6F 5A 17 0 38 C3 52 18
Octal 13 126 157 132 27 0 70 303 122 30
Binary 1011 1010110 1101111 1011010 10111 0 111000 11000011 1010010 11000

Color Harmonies of #0B566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B566F

Black with #0B566F

Text Example


Text Example

White with #0B566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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