#0B5A7B

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

Shades of Blue Lagoon #0B5A7B

Tints of Blue Lagoon #0B5A7B

Color information

#0B5A7B (or 0x0B5A7B) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 5A and 7B. RGB value is (11,90,123). Sum of RGB (Red+Green+Blue) = 11+90+123=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B5A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5A7B is #F4A584. Grayscale: #454545. Windows color (decimal): -16033157 or 8083979. OLE color: 8083979.

HSL color Cylindrical-coordinate representation of color #0B5A7B: hue angle of 197.68º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5A7B is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1190123-
CMYK0.910.2700.52
HSL197.68º83.58%26.27%-
HSV(B)197.68º91.06%48.24%-
XYZ7.378.8120.05-
YUV70.14157.8385.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.91%
GREEN value IS 90 (35.55% from 255) = 40.18%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=4.91%
G=40.18%
B=54.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11901230.910.2700.52197.6883.5826.27
HexB5A7B5B1B034c6541a
Octal131321731333306430612432
Binary101110110101111011101101111011011010011000110101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,90,123); }

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

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

 a { background-color: rgb(11,90,123); }

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

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

 span { border-color: rgb(11,90,123); }

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