Html Css Color HEX #005071 Blue Lagoon

📋 copy color: '#005071'

red 0 ◦ green 80 ◦ blue 113

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

Shades of Blue Lagoon #005071

Tints of Blue Lagoon #005071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.45%

 BLUE value IS 113 (44.53% from 255) = 58.55%

R = 0%
G = 41.45%
B = 58.55%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005071 (or 0x005071) is known color: Blue Lagoon. HEX triplet: 00, 50 and 71. RGB value is (0,80,113). Sum of RGB (Red+Green+Blue) = 0+80+113=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #005071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005071 is #FFAF8E. Grayscale: #3B3B3B. Windows color (decimal): -16756623 or 7426048. OLE color: 7426048.

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

Color convert

RGB 0 80 113 -
CMYK 1 0.29 0 0.56
HSL 197.52º 1% 0.22% -
HSV(B) 197.52º 1% 0.44% -
XYZ 5.85 6.93 16.65 -
YUV 59.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 0 80 113 1 0.29 0 0.56 197.52 1 0.22
Hex 0 50 71 64 1D 0 38 C6 64 16
Octal 0 120 161 144 35 0 70 306 144 26
Binary 0 1010000 1110001 1100100 11101 0 111000 11000110 1100100 10110

Color Harmonies of #005071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005071

Black with #005071

Text Example


Text Example

White with #005071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005071; }

 p { color: rgb(0,80,113); }

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

background-color css

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

 a { background-color: rgb(0,80,113); }

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

border-color css

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

 span { border-color: rgb(0,80,113); }

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