Html Css Color HEX #016267 Blue Lagoon

📋 copy color: '#016267'

red 1 ◦ green 98 ◦ blue 103

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

Shades of Blue Lagoon #016267

Tints of Blue Lagoon #016267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.51%

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

R = 0.5%
G = 48.51%
B = 50.99%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#016267 (or 0x016267) is known color: Blue Lagoon. HEX triplet: 01, 62 and 67. RGB value is (1,98,103). Sum of RGB (Red+Green+Blue) = 1+98+103=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #016267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016267 is #FE9D98. Grayscale: #454545. Windows color (decimal): -16686489 or 6775297. OLE color: 6775297.

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

Color convert

RGB 1 98 103 -
CMYK 0.99 0.05 0 0.60
HSL 182.94º 0.98% 0.2% -
HSV(B) 182.94º 0.99% 0.4% -
XYZ 6.83 9.72 14.35 -
YUV 69.57 146.86 79.09 -
System Red Green Blue C M Y K H S L
Decimal 1 98 103 0.99 0.05 0 0.60 182.94 0.98 0.2
Hex 1 62 67 63 5 0 3C B7 62 14
Octal 1 142 147 143 5 0 74 267 142 24
Binary 1 1100010 1100111 1100011 101 0 111100 10110111 1100010 10100

Color Harmonies of #016267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016267

Black with #016267

Text Example


Text Example

White with #016267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016267; }

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

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

background-color css

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

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

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

border-color css

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

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

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