#0A5978

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

Shades of Blue Lagoon #0A5978

Tints of Blue Lagoon #0A5978

Color information

#0A5978 (or 0x0A5978) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 59 and 78. RGB value is (10,89,120). Sum of RGB (Red+Green+Blue) = 10+89+120=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A5978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5978 is #F5A687. Grayscale: #444444. Windows color (decimal): -16098952 or 7887114. OLE color: 7887114.

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

Color convert

RGB1089120-
CMYK0.920.2600.53
HSL196.91º84.62%25.49%-
HSV(B)196.91º91.67%47.06%-
XYZ7.098.5719.05-
YUV68.91156.8385.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.57%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=4.57%
G=40.64%
B=54.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10891200.920.2600.53196.9184.6225.49
HexA59785C1A035c55519
Octal121311701343206530512531
Binary101010110011111000101110011010011010111000101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,89,120); }

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

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

 a { background-color: rgb(10,89,120); }

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

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

 span { border-color: rgb(10,89,120); }

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