#0B6578

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

Shades of Blue Lagoon #0B6578

Tints of Blue Lagoon #0B6578

Color information

#0B6578 (or 0x0B6578) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 65 and 78. RGB value is (11,101,120). Sum of RGB (Red+Green+Blue) = 11+101+120=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B6578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6578 is #F49A87. Grayscale: #4C4C4C. Windows color (decimal): -16030344 or 7890187. OLE color: 7890187.

HSL color Cylindrical-coordinate representation of color #0B6578: hue angle of 190.46º 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 #0B6578 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11101120-
CMYK0.910.1600.53
HSL190.46º83.21%25.69%-
HSV(B)190.46º90.83%47.06%-
XYZ8.1810.7319.41-
YUV76.26152.6881.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.74%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=4.74%
G=43.53%
B=51.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111011200.910.1600.53190.4683.2125.69
HexB65785B10035be531a
Octal131451701332006527612332
Binary101111001011111000101101110000011010110111110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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