Html Css Color HEX #015168 Blue Lagoon

📋 copy color: '#015168'

red 1 ◦ green 81 ◦ blue 104

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

Shades of Blue Lagoon #015168

Tints of Blue Lagoon #015168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.91%

R = 0.54%
G = 43.55%
B = 55.91%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015168 (or 0x015168) is known color: Blue Lagoon. HEX triplet: 01, 51 and 68. RGB value is (1,81,104). Sum of RGB (Red+Green+Blue) = 1+81+104=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #015168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015168 is #FEAE97. Grayscale: #3B3B3B. Windows color (decimal): -16690840 or 6836481. OLE color: 6836481.

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

Color convert

RGB 1 81 104 -
CMYK 0.99 0.22 0 0.59
HSL 193.4º 0.98% 0.21% -
HSV(B) 193.4º 0.99% 0.41% -
XYZ 5.45 6.89 14.14 -
YUV 59.7 153 86.13 -
System Red Green Blue C M Y K H S L
Decimal 1 81 104 0.99 0.22 0 0.59 193.4 0.98 0.21
Hex 1 51 68 63 16 0 3B C1 62 15
Octal 1 121 150 143 26 0 73 301 142 25
Binary 1 1010001 1101000 1100011 10110 0 111011 11000001 1100010 10101

Color Harmonies of #015168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015168

Black with #015168

Text Example


Text Example

White with #015168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015168; }

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

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

background-color css

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

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

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

border-color css

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

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

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