Html Css Color HEX #015071 Blue Lagoon

📋 copy color: '#015071'

red 1 ◦ green 80 ◦ blue 113

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

Shades of Blue Lagoon #015071

Tints of Blue Lagoon #015071

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

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

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

R = 0.52%
G = 41.24%
B = 58.25%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015071 (or 0x015071) is known color: Blue Lagoon. HEX triplet: 01, 50 and 71. RGB value is (1,80,113). Sum of RGB (Red+Green+Blue) = 1+80+113=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #015071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015071 is #FEAF8E. Grayscale: #3B3B3B. Windows color (decimal): -16691087 or 7426049. OLE color: 7426049.

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

Color convert

RGB 1 80 113 -
CMYK 0.99 0.29 0 0.56
HSL 197.68º 0.98% 0.22% -
HSV(B) 197.68º 0.99% 0.44% -
XYZ 5.86 6.94 16.65 -
YUV 60.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 1 80 113 0.99 0.29 0 0.56 197.68 0.98 0.22
Hex 1 50 71 63 1D 0 38 C6 62 16
Octal 1 120 161 143 35 0 70 306 142 26
Binary 1 1010000 1110001 1100011 11101 0 111000 11000110 1100010 10110

Color Harmonies of #015071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015071

Black with #015071

Text Example


Text Example

White with #015071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015071; }

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

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

background-color css

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

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

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

border-color css

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

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

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