Html Css Color HEX #0B5D71 Blue Lagoon

📋 copy color: '#0B5D71'

red 11 ◦ green 93 ◦ blue 113

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

Shades of Blue Lagoon #0B5D71

Tints of Blue Lagoon #0B5D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.86%

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 5.07%
G = 42.86%
B = 52.07%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B5D71 (or 0x0B5D71) is known color: Blue Lagoon. HEX triplet: 0B, 5D and 71. RGB value is (11,93,113). Sum of RGB (Red+Green+Blue) = 11+93+113=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B5D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5D71 is #F4A28E. Grayscale: #464646. Windows color (decimal): -16032399 or 7429387. OLE color: 7429387.

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

Color convert

RGB 11 93 113 -
CMYK 0.90 0.18 0 0.56
HSL 191.76º 0.82% 0.24% -
HSV(B) 191.76º 0.9% 0.44% -
XYZ 7.03 9.09 17.01 -
YUV 70.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 11 93 113 0.90 0.18 0 0.56 191.76 0.82 0.24
Hex B 5D 71 5A 12 0 38 C0 52 18
Octal 13 135 161 132 22 0 70 300 122 30
Binary 1011 1011101 1110001 1011010 10010 0 111000 11000000 1010010 11000

Color Harmonies of #0B5D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5D71

Black with #0B5D71

Text Example


Text Example

White with #0B5D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,93,113); }

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

background-color css

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

 a { background-color: rgb(11,93,113); }

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

border-color css

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

 span { border-color: rgb(11,93,113); }

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