#0A6977

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

Shades of Blue Lagoon #0A6977

Tints of Blue Lagoon #0A6977

Color information

#0A6977 (or 0x0A6977) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 69 and 77. RGB value is (10,105,119). Sum of RGB (Red+Green+Blue) = 10+105+119=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A6977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6977 is #F59688. Grayscale: #4E4E4E. Windows color (decimal): -16094857 or 7825674. OLE color: 7825674.

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

Color convert

RGB10105119-
CMYK0.920.1200.53
HSL187.71º84.5%25.29%-
HSV(B)187.71º91.6%46.67%-
XYZ8.5111.519.22-
YUV78.19151.0379.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=4.27%
G=44.87%
B=50.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101051190.920.1200.53187.7184.525.29
HexA69775CC035bc5419
Octal121511671341406527412431
Binary10101101001111011110111001100011010110111100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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