Html Css Color HEX #0B697B Blue Lagoon

📋 copy color: '#0B697B'

red 11 ◦ green 105 ◦ blue 123

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

Shades of Blue Lagoon #0B697B

Tints of Blue Lagoon #0B697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.46%

R = 4.6%
G = 43.93%
B = 51.46%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B697B (or 0x0B697B) is known color: Blue Lagoon. HEX triplet: 0B, 69 and 7B. RGB value is (11,105,123). Sum of RGB (Red+Green+Blue) = 11+105+123=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B697B is #F49684. Grayscale: #4E4E4E. Windows color (decimal): -16029317 or 8087819. OLE color: 8087819.

HSL color Cylindrical-coordinate representation of color #0B697B: hue angle of 189.64º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B697B is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 11 105 123 -
CMYK 0.91 0.15 0 0.52
HSL 189.64º 0.84% 0.26% -
HSV(B) 189.64º 0.91% 0.48% -
XYZ 8.76 11.6 20.52 -
YUV 78.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 11 105 123 0.91 0.15 0 0.52 189.64 0.84 0.26
Hex B 69 7B 5B F 0 34 BE 54 1A
Octal 13 151 173 133 17 0 64 276 124 32
Binary 1011 1101001 1111011 1011011 1111 0 110100 10111110 1010100 11010

Color Harmonies of #0B697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B697B

Black with #0B697B

Text Example


Text Example

White with #0B697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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