Html Css Color HEX #015064 Blue Lagoon

📋 copy color: '#015064'

red 1 ◦ green 80 ◦ blue 100

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

Shades of Blue Lagoon #015064

Tints of Blue Lagoon #015064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 55.25%

R = 0.55%
G = 44.2%
B = 55.25%

CMYK

 C value IS 0.99

 M value IS 0.2

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#015064 (or 0x015064) is known color: Blue Lagoon. HEX triplet: 01, 50 and 64. RGB value is (1,80,100). Sum of RGB (Red+Green+Blue) = 1+80+100=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 100 (39.45% from 255 or 55.25% from 181); Max value from RGB is 100 - color contains mainly: blue. Hex color #015064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015064 is #FEAF9B. Grayscale: #3A3A3A. Windows color (decimal): -16691100 or 6574081. OLE color: 6574081.

HSL color Cylindrical-coordinate representation of color #015064: hue angle of 192.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015064 is Cyan = 0.99, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 80 100 -
CMYK 0.99 0.2 0 0.61
HSL 192.12º 0.98% 0.2% -
HSV(B) 192.12º 0.99% 0.39% -
XYZ 5.18 6.66 13.07 -
YUV 58.66 151.33 86.87 -
System Red Green Blue C M Y K H S L
Decimal 1 80 100 0.99 0.2 0 0.61 192.12 0.98 0.2
Hex 1 50 64 63 14 0 3D C0 62 14
Octal 1 120 144 143 24 0 75 300 142 24
Binary 1 1010000 1100100 1100011 10100 0 111101 11000000 1100010 10100

Color Harmonies of #015064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015064

Black with #015064

Text Example


Text Example

White with #015064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015064; }

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

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

background-color css

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

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

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

border-color css

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

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

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