Html Css Color HEX #0B6371 Blue Lagoon

📋 copy color: '#0B6371'

red 11 ◦ green 99 ◦ blue 113

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

Shades of Blue Lagoon #0B6371

Tints of Blue Lagoon #0B6371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.39%

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

R = 4.93%
G = 44.39%
B = 50.67%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B6371 (or 0x0B6371) is known color: Blue Lagoon. HEX triplet: 0B, 63 and 71. RGB value is (11,99,113). Sum of RGB (Red+Green+Blue) = 11+99+113=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B6371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6371 is #F49C8E. Grayscale: #4A4A4A. Windows color (decimal): -16030863 or 7430923. OLE color: 7430923.

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

Color convert

RGB 11 99 113 -
CMYK 0.90 0.12 0 0.56
HSL 188.24º 0.82% 0.24% -
HSV(B) 188.24º 0.9% 0.44% -
XYZ 7.58 10.19 17.19 -
YUV 74.28 149.85 82.86 -
System Red Green Blue C M Y K H S L
Decimal 11 99 113 0.90 0.12 0 0.56 188.24 0.82 0.24
Hex B 63 71 5A C 0 38 BC 52 18
Octal 13 143 161 132 14 0 70 274 122 30
Binary 1011 1100011 1110001 1011010 1100 0 111000 10111100 1010010 11000

Color Harmonies of #0B6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6371

Black with #0B6371

Text Example


Text Example

White with #0B6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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