Html Css Color HEX #005770 Blue Lagoon

📋 copy color: '#005770'

red 0 ◦ green 87 ◦ blue 112

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

Shades of Blue Lagoon #005770

Tints of Blue Lagoon #005770

RGB

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

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

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

R = 0%
G = 43.72%
B = 56.28%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005770 (or 0x005770) is known color: Blue Lagoon. HEX triplet: 00, 57 and 70. RGB value is (0,87,112). Sum of RGB (Red+Green+Blue) = 0+87+112=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #005770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005770 is #FFA88F. Grayscale: #3F3F3F. Windows color (decimal): -16754832 or 7362304. OLE color: 7362304.

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

Color convert

RGB 0 87 112 -
CMYK 1 0.22 0 0.56
HSL 193.39º 1% 0.22% -
HSV(B) 193.39º 1% 0.44% -
XYZ 6.33 7.99 16.54 -
YUV 63.84 155.18 82.47 -
System Red Green Blue C M Y K H S L
Decimal 0 87 112 1 0.22 0 0.56 193.39 1 0.22
Hex 0 57 70 64 16 0 38 C1 64 16
Octal 0 127 160 144 26 0 70 301 144 26
Binary 0 1010111 1110000 1100100 10110 0 111000 11000001 1100100 10110

Color Harmonies of #005770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005770

Black with #005770

Text Example


Text Example

White with #005770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005770; }

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

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

background-color css

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

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

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

border-color css

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

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

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