#0A5878

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

Shades of Blue Lagoon #0A5878

Tints of Blue Lagoon #0A5878

Color information

#0A5878 (or 0x0A5878) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 58 and 78. RGB value is (10,88,120). Sum of RGB (Red+Green+Blue) = 10+88+120=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A5878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5878 is #F5A787. Grayscale: #444444. Windows color (decimal): -16099208 or 7886858. OLE color: 7886858.

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

Color convert

RGB1088120-
CMYK0.920.2700.53
HSL197.45º84.62%25.49%-
HSV(B)197.45º91.67%47.06%-
XYZ7.018.419.02-
YUV68.33157.1686.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=4.59%
G=40.37%
B=55.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10881200.920.2700.53197.4584.6225.49
HexA58785C1B035c55519
Octal121301701343306530512531
Binary101010110001111000101110011011011010111000101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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