Html Css Color HEX #0A5977 Blue Lagoon

📋 copy color: '#0A5977'

red 10 ◦ green 89 ◦ blue 119

#0A5977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #0A5977

Tints of Blue Lagoon #0A5977

RGB

 RED value IS 10 (4.3% from 255) = 4.59%

 GREEN value IS 89 (35.16% from 255) = 40.83%

 BLUE value IS 119 (46.88% from 255) = 54.59%

R = 4.59%
G = 40.83%
B = 54.59%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A5977 (or 0x0A5977) is known color: Blue Lagoon. HEX triplet: 0A, 59 and 77. RGB value is (10,89,119). Sum of RGB (Red+Green+Blue) = 10+89+119=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A5977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5977 is #F5A688. Grayscale: #444444. Windows color (decimal): -16098953 or 7821578. OLE color: 7821578.

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

Color convert

RGB 10 89 119 -
CMYK 0.92 0.25 0 0.53
HSL 196.51º 0.84% 0.25% -
HSV(B) 196.51º 0.92% 0.47% -
XYZ 7.03 8.54 18.73 -
YUV 68.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 10 89 119 0.92 0.25 0 0.53 196.51 0.84 0.25
Hex A 59 77 5C 19 0 35 C5 54 19
Octal 12 131 167 134 31 0 65 305 124 31
Binary 1010 1011001 1110111 1011100 11001 0 110101 11000101 1010100 11001

Color Harmonies of #0A5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5977

Black with #0A5977

Text Example


Text Example

White with #0A5977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A5977;
 }
 .AnyTagClassName
 {
   color: #0A5977;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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