Html Css Color HEX #015067 Blue Lagoon

📋 copy color: '#015067'

red 1 ◦ green 80 ◦ blue 103

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

Shades of Blue Lagoon #015067

Tints of Blue Lagoon #015067

RGB

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

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

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

R = 0.54%
G = 43.48%
B = 55.98%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015067 (or 0x015067) is known color: Blue Lagoon. HEX triplet: 01, 50 and 67. RGB value is (1,80,103). Sum of RGB (Red+Green+Blue) = 1+80+103=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #015067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015067 is #FEAF98. Grayscale: #3A3A3A. Windows color (decimal): -16691097 or 6770689. OLE color: 6770689.

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

Color convert

RGB 1 80 103 -
CMYK 0.99 0.22 0 0.60
HSL 193.53º 0.98% 0.2% -
HSV(B) 193.53º 0.99% 0.4% -
XYZ 5.33 6.72 13.85 -
YUV 59 152.83 86.63 -
System Red Green Blue C M Y K H S L
Decimal 1 80 103 0.99 0.22 0 0.60 193.53 0.98 0.2
Hex 1 50 67 63 16 0 3C C2 62 14
Octal 1 120 147 143 26 0 74 302 142 24
Binary 1 1010000 1100111 1100011 10110 0 111100 11000010 1100010 10100

Color Harmonies of #015067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015067

Black with #015067

Text Example


Text Example

White with #015067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015067; }

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

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

background-color css

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

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

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

border-color css

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

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

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