#0A5877

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

Shades of Blue Lagoon #0A5877

Tints of Blue Lagoon #0A5877

Color information

#0A5877 (or 0x0A5877) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 58 and 77. RGB value is (10,88,119). Sum of RGB (Red+Green+Blue) = 10+88+119=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A5877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5877 is #F5A788. Grayscale: #444444. Windows color (decimal): -16099209 or 7821322. OLE color: 7821322.

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

Color convert

RGB1088119-
CMYK0.920.2600.53
HSL197.06º84.5%25.29%-
HSV(B)197.06º91.6%46.67%-
XYZ6.948.3818.7-
YUV68.21156.6686.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.61%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=4.61%
G=40.55%
B=54.84%

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
Decimal10881190.920.2600.53197.0684.525.29
HexA58775C1A035c55419
Octal121301671343206530512431
Binary101010110001110111101110011010011010111000101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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