Html Css Color HEX #005A70 Blue Lagoon

📋 copy color: '#005A70'

red 0 ◦ green 90 ◦ blue 112

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

Shades of Blue Lagoon #005A70

Tints of Blue Lagoon #005A70

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 44.55%
B = 55.45%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005A70 (or 0x005A70) is known color: Blue Lagoon. HEX triplet: 00, 5A and 70. RGB value is (0,90,112). Sum of RGB (Red+Green+Blue) = 0+90+112=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #005A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A70 is #FFA58F. Grayscale: #414141. Windows color (decimal): -16754064 or 7363072. OLE color: 7363072.

HSL color Cylindrical-coordinate representation of color #005A70: hue angle of 191.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A70 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 90 112 -
CMYK 1 0.20 0 0.56
HSL 191.79º 1% 0.22% -
HSV(B) 191.79º 1% 0.44% -
XYZ 6.58 8.48 16.62 -
YUV 65.6 154.18 81.21 -
System Red Green Blue C M Y K H S L
Decimal 0 90 112 1 0.20 0 0.56 191.79 1 0.22
Hex 0 5A 70 64 14 0 38 C0 64 16
Octal 0 132 160 144 24 0 70 300 144 26
Binary 0 1011010 1110000 1100100 10100 0 111000 11000000 1100100 10110

Color Harmonies of #005A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A70

Black with #005A70

Text Example


Text Example

White with #005A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005A70; }

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

 H1.HeaderClassName
 {
   color: #005A70;
 }
 .AnyTagClassName
 {
   color: #005A70;
 }
</style>

background-color css

<style>
 a { background-color: #005A70; }

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

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

border-color css

<style>
 span { border-color: #005A70; }

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

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