#0A5A7B

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

Shades of Blue Lagoon #0A5A7B

Tints of Blue Lagoon #0A5A7B

Color information

#0A5A7B (or 0x0A5A7B) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 5A and 7B. RGB value is (10,90,123). Sum of RGB (Red+Green+Blue) = 10+90+123=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A5A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5A7B is #F5A584. Grayscale: #454545. Windows color (decimal): -16098693 or 8083978. OLE color: 8083978.

HSL color Cylindrical-coordinate representation of color #0A5A7B: hue angle of 197.52º 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 #0A5A7B is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1090123-
CMYK0.920.2700.52
HSL197.52º84.96%26.08%-
HSV(B)197.52º91.87%48.24%-
XYZ7.368.8120.05-
YUV69.8415885.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=4.48%
G=40.36%
B=55.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10901230.920.2700.52197.5284.9626.08
HexA5A7B5C1B034c6551a
Octal121321731343306430612532
Binary101010110101111011101110011011011010011000110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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