#0B5674

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

Shades of Blue Lagoon #0B5674

Tints of Blue Lagoon #0B5674

Color information

#0B5674 (or 0x0B5674) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 56 and 74. RGB value is (11,86,116). Sum of RGB (Red+Green+Blue) = 11+86+116=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B5674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5674 is #F4A98B. Grayscale: #424242. Windows color (decimal): -16034188 or 7624203. OLE color: 7624203.

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

Color convert

RGB1186116-
CMYK0.910.2600.55
HSL197.14º82.68%24.9%-
HSV(B)197.14º90.52%45.49%-
XYZ6.627.9917.72-
YUV67155.6588.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.16%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=5.16%
G=40.38%
B=54.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11861160.910.2600.55197.1482.6824.9
HexB56745B1A037c55319
Octal131261641333206730512331
Binary101110101101110100101101111010011011111000101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,86,116); }

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

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

 a { background-color: rgb(11,86,116); }

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

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

 span { border-color: rgb(11,86,116); }

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