Html Css Color HEX #0A5970 Blue Lagoon

📋 copy color: '#0A5970'

red 10 ◦ green 89 ◦ blue 112

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

Shades of Blue Lagoon #0A5970

Tints of Blue Lagoon #0A5970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.08%

R = 4.74%
G = 42.18%
B = 53.08%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A5970 (or 0x0A5970) is known color: Blue Lagoon. HEX triplet: 0A, 59 and 70. RGB value is (10,89,112). Sum of RGB (Red+Green+Blue) = 10+89+112=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A5970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5970 is #F5A68F. Grayscale: #434343. Windows color (decimal): -16098960 or 7362826. OLE color: 7362826.

HSL color Cylindrical-coordinate representation of color #0A5970: hue angle of 193.53º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5970 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 89 112 -
CMYK 0.91 0.21 0 0.56
HSL 193.53º 0.84% 0.24% -
HSV(B) 193.53º 0.91% 0.44% -
XYZ 6.62 8.38 16.6 -
YUV 68 152.83 86.63 -
System Red Green Blue C M Y K H S L
Decimal 10 89 112 0.91 0.21 0 0.56 193.53 0.84 0.24
Hex A 59 70 5B 15 0 38 C2 54 18
Octal 12 131 160 133 25 0 70 302 124 30
Binary 1010 1011001 1110000 1011011 10101 0 111000 11000010 1010100 11000

Color Harmonies of #0A5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5970

Black with #0A5970

Text Example


Text Example

White with #0A5970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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