Html Css Color HEX #0B5B70 Blue Lagoon

📋 copy color: '#0B5B70'

red 11 ◦ green 91 ◦ blue 112

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

Shades of Blue Lagoon #0B5B70

Tints of Blue Lagoon #0B5B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.52%

 BLUE value IS 112 (44.14% from 255) = 52.34%

R = 5.14%
G = 42.52%
B = 52.34%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B5B70 (or 0x0B5B70) is known color: Blue Lagoon. HEX triplet: 0B, 5B and 70. RGB value is (11,91,112). Sum of RGB (Red+Green+Blue) = 11+91+112=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B5B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5B70 is #F4A48F. Grayscale: #454545. Windows color (decimal): -16032912 or 7363339. OLE color: 7363339.

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

Color convert

RGB 11 91 112 -
CMYK 0.90 0.19 0 0.56
HSL 192.48º 0.82% 0.24% -
HSV(B) 192.48º 0.9% 0.44% -
XYZ 6.8 8.72 16.65 -
YUV 69.47 152 86.29 -
System Red Green Blue C M Y K H S L
Decimal 11 91 112 0.90 0.19 0 0.56 192.48 0.82 0.24
Hex B 5B 70 5A 13 0 38 C0 52 18
Octal 13 133 160 132 23 0 70 300 122 30
Binary 1011 1011011 1110000 1011010 10011 0 111000 11000000 1010010 11000

Color Harmonies of #0B5B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5B70

Black with #0B5B70

Text Example


Text Example

White with #0B5B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,91,112); }

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

background-color css

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

 a { background-color: rgb(11,91,112); }

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

border-color css

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

 span { border-color: rgb(11,91,112); }

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