#0A5B7B

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

Shades of Blue Lagoon #0A5B7B

Tints of Blue Lagoon #0A5B7B

Color information

#0A5B7B (or 0x0A5B7B) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 5B and 7B. RGB value is (10,91,123). Sum of RGB (Red+Green+Blue) = 10+91+123=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 91 (35.94% from 255 or 40.62% 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 #0A5B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5B7B is #F5A484. Grayscale: #464646. Windows color (decimal): -16098437 or 8084234. OLE color: 8084234.

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

Color convert

RGB1091123-
CMYK0.920.2600.52
HSL196.99º84.96%26.08%-
HSV(B)196.99º91.87%48.24%-
XYZ7.448.9820.08-
YUV70.43157.6684.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.46%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=4.46%
G=40.62%
B=54.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10911230.920.2600.52196.9984.9626.08
HexA5B7B5C1A034c5551a
Octal121331731343206430512532
Binary101010110111111011101110011010011010011000101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,91,123); }

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

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

 a { background-color: rgb(10,91,123); }

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

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

 span { border-color: rgb(10,91,123); }

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