#0B6476

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

Shades of Blue Lagoon #0B6476

Tints of Blue Lagoon #0B6476

Color information

#0B6476 (or 0x0B6476) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 64 and 76. RGB value is (11,100,118). Sum of RGB (Red+Green+Blue) = 11+100+118=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B6476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6476 is #F49B89. Grayscale: #4B4B4B. Windows color (decimal): -16030602 or 7758859. OLE color: 7758859.

HSL color Cylindrical-coordinate representation of color #0B6476: hue angle of 190.09º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6476 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11100118-
CMYK0.910.1500.54
HSL190.09º82.95%25.29%-
HSV(B)190.09º90.68%46.27%-
XYZ7.9710.4918.75-
YUV75.44152.0182.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.80%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=4.80%
G=43.67%
B=51.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111001180.910.1500.54190.0982.9525.29
HexB64765BF036be5319
Octal131441661331706627612331
Binary10111100100111011010110111111011011010111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,100,118); }

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

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

 a { background-color: rgb(11,100,118); }

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

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

 span { border-color: rgb(11,100,118); }

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