Html Css Color HEX #015065 Blue Lagoon

📋 copy color: '#015065'

red 1 ◦ green 80 ◦ blue 101

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

Shades of Blue Lagoon #015065

Tints of Blue Lagoon #015065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 55.49%

R = 0.55%
G = 43.96%
B = 55.49%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015065 (or 0x015065) is known color: Blue Lagoon. HEX triplet: 01, 50 and 65. RGB value is (1,80,101). Sum of RGB (Red+Green+Blue) = 1+80+101=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #015065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015065 is #FEAF9A. Grayscale: #3A3A3A. Windows color (decimal): -16691099 or 6639617. OLE color: 6639617.

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

Color convert

RGB 1 80 101 -
CMYK 0.99 0.21 0 0.60
HSL 192.6º 0.98% 0.2% -
HSV(B) 192.6º 0.99% 0.4% -
XYZ 5.23 6.68 13.33 -
YUV 58.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 1 80 101 0.99 0.21 0 0.60 192.6 0.98 0.2
Hex 1 50 65 63 15 0 3C C1 62 14
Octal 1 120 145 143 25 0 74 301 142 24
Binary 1 1010000 1100101 1100011 10101 0 111100 11000001 1100010 10100

Color Harmonies of #015065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015065

Black with #015065

Text Example


Text Example

White with #015065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015065; }

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

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

background-color css

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

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

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

border-color css

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

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

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