Html Css Color HEX #005C70 Blue Lagoon

📋 copy color: '#005C70'

red 0 ◦ green 92 ◦ blue 112

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

Shades of Blue Lagoon #005C70

Tints of Blue Lagoon #005C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.1%

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

R = 0%
G = 45.1%
B = 54.9%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005C70 (or 0x005C70) is known color: Blue Lagoon. HEX triplet: 00, 5C and 70. RGB value is (0,92,112). Sum of RGB (Red+Green+Blue) = 0+92+112=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #005C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C70 is #FFA38F. Grayscale: #424242. Windows color (decimal): -16753552 or 7363584. OLE color: 7363584.

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

Color convert

RGB 0 92 112 -
CMYK 1 0.18 0 0.56
HSL 190.71º 1% 0.22% -
HSV(B) 190.71º 1% 0.44% -
XYZ 6.75 8.82 16.68 -
YUV 66.77 153.52 80.37 -
System Red Green Blue C M Y K H S L
Decimal 0 92 112 1 0.18 0 0.56 190.71 1 0.22
Hex 0 5C 70 64 12 0 38 BF 64 16
Octal 0 134 160 144 22 0 70 277 144 26
Binary 0 1011100 1110000 1100100 10010 0 111000 10111111 1100100 10110

Color Harmonies of #005C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C70

Black with #005C70

Text Example


Text Example

White with #005C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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