Html Css Color HEX #015162 Blue Lagoon

📋 copy color: '#015162'

red 1 ◦ green 81 ◦ blue 98

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

Shades of Blue Lagoon #015162

Tints of Blue Lagoon #015162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 54.44%

R = 0.56%
G = 45%
B = 54.44%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015162 (or 0x015162) is known color: Blue Lagoon. HEX triplet: 01, 51 and 62. RGB value is (1,81,98). Sum of RGB (Red+Green+Blue) = 1+81+98=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #015162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015162 is #FEAE9D. Grayscale: #3A3A3A. Windows color (decimal): -16690846 or 6443265. OLE color: 6443265.

HSL color Cylindrical-coordinate representation of color #015162: hue angle of 190.52º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015162 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 81 98 -
CMYK 0.99 0.17 0 0.62
HSL 190.52º 0.98% 0.19% -
HSV(B) 190.52º 0.99% 0.38% -
XYZ 5.16 6.77 12.59 -
YUV 59.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 1 81 98 0.99 0.17 0 0.62 190.52 0.98 0.19
Hex 1 51 62 63 11 0 3E BF 62 13
Octal 1 121 142 143 21 0 76 277 142 23
Binary 1 1010001 1100010 1100011 10001 0 111110 10111111 1100010 10011

Color Harmonies of #015162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015162

Black with #015162

Text Example


Text Example

White with #015162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015162; }

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

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

background-color css

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

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

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

border-color css

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

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

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