Html Css Color HEX #015167 Blue Lagoon

📋 copy color: '#015167'

red 1 ◦ green 81 ◦ blue 103

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

Shades of Blue Lagoon #015167

Tints of Blue Lagoon #015167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 55.68%

R = 0.54%
G = 43.78%
B = 55.68%

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

#015167 (or 0x015167) is known color: Blue Lagoon. HEX triplet: 01, 51 and 67. RGB value is (1,81,103). Sum of RGB (Red+Green+Blue) = 1+81+103=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #015167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015167 is #FEAE98. Grayscale: #3B3B3B. Windows color (decimal): -16690841 or 6770945. OLE color: 6770945.

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

Color convert

RGB 1 81 103 -
CMYK 0.99 0.21 0 0.60
HSL 192.94º 0.98% 0.2% -
HSV(B) 192.94º 0.99% 0.4% -
XYZ 5.4 6.87 13.87 -
YUV 59.59 152.5 86.21 -
System Red Green Blue C M Y K H S L
Decimal 1 81 103 0.99 0.21 0 0.60 192.94 0.98 0.2
Hex 1 51 67 63 15 0 3C C1 62 14
Octal 1 121 147 143 25 0 74 301 142 24
Binary 1 1010001 1100111 1100011 10101 0 111100 11000001 1100010 10100

Color Harmonies of #015167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015167

Black with #015167

Text Example


Text Example

White with #015167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015167; }

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

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

background-color css

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

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

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

border-color css

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

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

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