#0b696d

Color #0B696D Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #0B696D

Tints of Blue Lagoon #0B696D

Color information

#0B696D (or 0x0B696D) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 69 and 6D. RGB value is (11,105,109). Sum of RGB (Red+Green+Blue) = 11+105+109=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B696D is #F49692. Grayscale: #4D4D4D. Windows color (decimal): -16029331 or 7170315. OLE color: 7170315.

HSL color Cylindrical-coordinate representation of color #0B696D: hue angle of 182.45º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B696D is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB11105109-
CMYK0.900.0400.57
HSL182.45º81.67%23.53%-
HSV(B)182.45º89.91%42.75%-
XYZ7.9511.2816.23-
YUV77.35145.8680.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.89%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=4.89%
G=46.67%
B=48.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal111051090.900.0400.57182.4581.6723.53
HexB696D5A4039b65218
Octal13151155132407126612230
Binary1011110100111011011011010100011100110110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b696d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0b696d;
 }
 .AnyTagClassName
 {
   color: #0b696d;
 }
</style>
background-color css

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

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

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

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

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

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