#0B6375

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

Shades of Blue Lagoon #0B6375

Tints of Blue Lagoon #0B6375

Color information

#0B6375 (or 0x0B6375) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 63 and 75. RGB value is (11,99,117). Sum of RGB (Red+Green+Blue) = 11+99+117=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B6375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6375 is #F49C8A. Grayscale: #4A4A4A. Windows color (decimal): -16030859 or 7693067. OLE color: 7693067.

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

Color convert

RGB1199117-
CMYK0.910.1500.54
HSL190.19º82.81%25.1%-
HSV(B)190.19º90.6%45.88%-
XYZ7.8110.2818.4-
YUV74.74151.8582.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.85%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=4.85%
G=43.61%
B=51.54%

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
Decimal11991170.910.1500.54190.1982.8125.1
HexB63755BF036be5319
Octal131431651331706627612331
Binary10111100011111010110110111111011011010111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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