Html Css Color HEX #015066 Blue Lagoon

📋 copy color: '#015066'

red 1 ◦ green 80 ◦ blue 102

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

Shades of Blue Lagoon #015066

Tints of Blue Lagoon #015066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 55.74%

R = 0.55%
G = 43.72%
B = 55.74%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#015066 (or 0x015066) is known color: Blue Lagoon. HEX triplet: 01, 50 and 66. RGB value is (1,80,102). Sum of RGB (Red+Green+Blue) = 1+80+102=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #015066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015066 is #FEAF99. Grayscale: #3A3A3A. Windows color (decimal): -16691098 or 6705153. OLE color: 6705153.

HSL color Cylindrical-coordinate representation of color #015066: hue angle of 193.07º 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 #015066 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 80 102 -
CMYK 0.99 0.22 0 0.6
HSL 193.07º 0.98% 0.2% -
HSV(B) 193.07º 0.99% 0.4% -
XYZ 5.28 6.7 13.59 -
YUV 58.89 152.33 86.71 -
System Red Green Blue C M Y K H S L
Decimal 1 80 102 0.99 0.22 0 0.6 193.07 0.98 0.2
Hex 1 50 66 63 16 0 3C C1 62 14
Octal 1 120 146 143 26 0 74 301 142 24
Binary 1 1010000 1100110 1100011 10110 0 111100 11000001 1100010 10100

Color Harmonies of #015066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015066

Black with #015066

Text Example


Text Example

White with #015066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015066; }

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

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

background-color css

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

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

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

border-color css

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

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

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