Html Css Color HEX #016467 Blue Lagoon

📋 copy color: '#016467'

red 1 ◦ green 100 ◦ blue 103

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

Shades of Blue Lagoon #016467

Tints of Blue Lagoon #016467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 49.02%

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

R = 0.49%
G = 49.02%
B = 50.49%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#016467 (or 0x016467) is known color: Blue Lagoon. HEX triplet: 01, 64 and 67. RGB value is (1,100,103). Sum of RGB (Red+Green+Blue) = 1+100+103=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #016467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016467 is #FE9B98. Grayscale: #464646. Windows color (decimal): -16685977 or 6775809. OLE color: 6775809.

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

Color convert

RGB 1 100 103 -
CMYK 0.99 0.03 0 0.60
HSL 181.76º 0.98% 0.2% -
HSV(B) 181.76º 0.99% 0.4% -
XYZ 7.02 10.1 14.41 -
YUV 70.74 146.2 78.26 -
System Red Green Blue C M Y K H S L
Decimal 1 100 103 0.99 0.03 0 0.60 181.76 0.98 0.2
Hex 1 64 67 63 3 0 3C B6 62 14
Octal 1 144 147 143 3 0 74 266 142 24
Binary 1 1100100 1100111 1100011 11 0 111100 10110110 1100010 10100

Color Harmonies of #016467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016467

Black with #016467

Text Example


Text Example

White with #016467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016467; }

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

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

background-color css

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

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

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

border-color css

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

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

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