#0B6978

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

Shades of Blue Lagoon #0B6978

Tints of Blue Lagoon #0B6978

Color information

#0B6978 (or 0x0B6978) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 69 and 78. RGB value is (11,105,120). Sum of RGB (Red+Green+Blue) = 11+105+120=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B6978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6978 is #F49687. Grayscale: #4E4E4E. Windows color (decimal): -16029320 or 7891211. OLE color: 7891211.

HSL color Cylindrical-coordinate representation of color #0B6978: hue angle of 188.26º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6978 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11105120-
CMYK0.910.1300.53
HSL188.26º83.21%25.69%-
HSV(B)188.26º90.83%47.06%-
XYZ8.5811.5319.54-
YUV78.6151.3679.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.66%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=4.66%
G=44.49%
B=50.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111051200.910.1300.53188.2683.2125.69
HexB69785BD035bc531a
Octal131511701331506527412332
Binary10111101001111100010110111101011010110111100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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