Html Css Color HEX #0A5A70 Blue Lagoon

📋 copy color: '#0A5A70'

red 10 ◦ green 90 ◦ blue 112

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

Shades of Blue Lagoon #0A5A70

Tints of Blue Lagoon #0A5A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.45%

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

R = 4.72%
G = 42.45%
B = 52.83%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A5A70 (or 0x0A5A70) is known color: Blue Lagoon. HEX triplet: 0A, 5A and 70. RGB value is (10,90,112). Sum of RGB (Red+Green+Blue) = 10+90+112=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A5A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5A70 is #F5A58F. Grayscale: #444444. Windows color (decimal): -16098704 or 7363082. OLE color: 7363082.

HSL color Cylindrical-coordinate representation of color #0A5A70: hue angle of 192.94º 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 #0A5A70 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 90 112 -
CMYK 0.91 0.20 0 0.56
HSL 192.94º 0.84% 0.24% -
HSV(B) 192.94º 0.91% 0.44% -
XYZ 6.71 8.55 16.63 -
YUV 68.59 152.5 86.21 -
System Red Green Blue C M Y K H S L
Decimal 10 90 112 0.91 0.20 0 0.56 192.94 0.84 0.24
Hex A 5A 70 5B 14 0 38 C1 54 18
Octal 12 132 160 133 24 0 70 301 124 30
Binary 1010 1011010 1110000 1011011 10100 0 111000 11000001 1010100 11000

Color Harmonies of #0A5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5A70

Black with #0A5A70

Text Example


Text Example

White with #0A5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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