Html Css Color HEX #0B696B Blue Lagoon

📋 copy color: '#0B696B'

red 11 ◦ green 105 ◦ blue 107

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

Shades of Blue Lagoon #0B696B

Tints of Blue Lagoon #0B696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.09%

 BLUE value IS 107 (42.19% from 255) = 47.98%

R = 4.93%
G = 47.09%
B = 47.98%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B696B (or 0x0B696B) is known color: Blue Lagoon. HEX triplet: 0B, 69 and 6B. RGB value is (11,105,107). Sum of RGB (Red+Green+Blue) = 11+105+107=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B696B is #F49694. Grayscale: #4D4D4D. Windows color (decimal): -16029333 or 7039243. OLE color: 7039243.

HSL color Cylindrical-coordinate representation of color #0B696B: hue angle of 181.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B696B is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 105 107 -
CMYK 0.90 0.02 0 0.58
HSL 181.25º 0.81% 0.23% -
HSV(B) 181.25º 0.9% 0.42% -
XYZ 7.84 11.24 15.67 -
YUV 77.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 11 105 107 0.90 0.02 0 0.58 181.25 0.81 0.23
Hex B 69 6B 5A 2 0 3A B5 51 17
Octal 13 151 153 132 2 0 72 265 121 27
Binary 1011 1101001 1101011 1011010 10 0 111010 10110101 1010001 10111

Color Harmonies of #0B696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B696B

Black with #0B696B

Text Example


Text Example

White with #0B696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,105,107); }

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

background-color css

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

 a { background-color: rgb(11,105,107); }

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

border-color css

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

 span { border-color: rgb(11,105,107); }

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