Html Css Color HEX #0A5776 Blue Lagoon

📋 copy color: '#0A5776'

red 10 ◦ green 87 ◦ blue 118

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

Shades of Blue Lagoon #0A5776

Tints of Blue Lagoon #0A5776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.47%

 BLUE value IS 118 (46.48% from 255) = 54.88%

R = 4.65%
G = 40.47%
B = 54.88%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0A5776 (or 0x0A5776) is known color: Blue Lagoon. HEX triplet: 0A, 57 and 76. RGB value is (10,87,118). Sum of RGB (Red+Green+Blue) = 10+87+118=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A5776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5776 is #F5A889. Grayscale: #434343. Windows color (decimal): -16099466 or 7755530. OLE color: 7755530.

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

Color convert

RGB 10 87 118 -
CMYK 0.92 0.26 0 0.54
HSL 197.22º 0.84% 0.25% -
HSV(B) 197.22º 0.92% 0.46% -
XYZ 6.8 8.19 18.36 -
YUV 67.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 10 87 118 0.92 0.26 0 0.54 197.22 0.84 0.25
Hex A 57 76 5C 1A 0 36 C5 54 19
Octal 12 127 166 134 32 0 66 305 124 31
Binary 1010 1010111 1110110 1011100 11010 0 110110 11000101 1010100 11001

Color Harmonies of #0A5776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5776

Black with #0A5776

Text Example


Text Example

White with #0A5776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,87,118); }

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

background-color css

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

 a { background-color: rgb(10,87,118); }

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

border-color css

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

 span { border-color: rgb(10,87,118); }

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