#0B6475

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

Shades of Blue Lagoon #0B6475

Tints of Blue Lagoon #0B6475

Color information

#0B6475 (or 0x0B6475) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 64 and 75. RGB value is (11,100,117). Sum of RGB (Red+Green+Blue) = 11+100+117=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B6475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6475 is #F49B8A. Grayscale: #4B4B4B. Windows color (decimal): -16030603 or 7693323. OLE color: 7693323.

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

Color convert

RGB11100117-
CMYK0.910.1500.54
HSL189.62º82.81%25.1%-
HSV(B)189.62º90.6%45.88%-
XYZ7.9110.4718.43-
YUV75.33151.5182.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.82%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=4.82%
G=43.86%
B=51.32%

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
Decimal111001170.910.1500.54189.6282.8125.1
HexB64755BF036be5319
Octal131441651331706627612331
Binary10111100100111010110110111111011011010111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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