Html Css Color HEX #015165 Blue Lagoon

📋 copy color: '#015165'

red 1 ◦ green 81 ◦ blue 101

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

Shades of Blue Lagoon #015165

Tints of Blue Lagoon #015165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.26%

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

R = 0.55%
G = 44.26%
B = 55.19%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015165 (or 0x015165) is known color: Blue Lagoon. HEX triplet: 01, 51 and 65. RGB value is (1,81,101). Sum of RGB (Red+Green+Blue) = 1+81+101=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #015165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015165 is #FEAE9A. Grayscale: #3B3B3B. Windows color (decimal): -16690843 or 6639873. OLE color: 6639873.

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

Color convert

RGB 1 81 101 -
CMYK 0.99 0.20 0 0.60
HSL 192º 0.98% 0.2% -
HSV(B) 192º 0.99% 0.4% -
XYZ 5.3 6.83 13.35 -
YUV 59.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 1 81 101 0.99 0.20 0 0.60 192 0.98 0.2
Hex 1 51 65 63 14 0 3C C0 62 14
Octal 1 121 145 143 24 0 74 300 142 24
Binary 1 1010001 1100101 1100011 10100 0 111100 11000000 1100010 10100

Color Harmonies of #015165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015165

Black with #015165

Text Example


Text Example

White with #015165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015165; }

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

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

background-color css

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

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

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

border-color css

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

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

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