#0B6B7D

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

Shades of Blue Lagoon #0B6B7D

Tints of Blue Lagoon #0B6B7D

Color information

#0B6B7D (or 0x0B6B7D) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 6B and 7D. RGB value is (11,107,125). Sum of RGB (Red+Green+Blue) = 11+107+125=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B6B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6B7D is #F49482. Grayscale: #505050. Windows color (decimal): -16028803 or 8219403. OLE color: 8219403.

HSL color Cylindrical-coordinate representation of color #0B6B7D: hue angle of 189.47º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6B7D is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11107125-
CMYK0.910.1400.51
HSL189.47º83.82%26.67%-
HSV(B)189.47º91.2%49.02%-
XYZ9.112.0721.25-
YUV80.35153.278.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.53%
GREEN value IS 107 (42.19% from 255) = 44.03%
BLUE value IS 125 (49.22% from 255) = 51.44%
R=4.53%
G=44.03%
B=51.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111071250.910.1400.51189.4783.8226.67
HexB6B7D5BE033bd541b
Octal131531751331606327512433
Binary10111101011111110110110111110011001110111101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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