Html Css Color HEX #016367 Blue Lagoon

📋 copy color: '#016367'

red 1 ◦ green 99 ◦ blue 103

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

Shades of Blue Lagoon #016367

Tints of Blue Lagoon #016367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

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

R = 0.49%
G = 48.77%
B = 50.74%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#016367 (or 0x016367) is known color: Blue Lagoon. HEX triplet: 01, 63 and 67. RGB value is (1,99,103). Sum of RGB (Red+Green+Blue) = 1+99+103=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #016367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016367 is #FE9C98. Grayscale: #464646. Windows color (decimal): -16686233 or 6775553. OLE color: 6775553.

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

Color convert

RGB 1 99 103 -
CMYK 0.99 0.04 0 0.60
HSL 182.35º 0.98% 0.2% -
HSV(B) 182.35º 0.99% 0.4% -
XYZ 6.92 9.91 14.38 -
YUV 70.15 146.53 78.67 -
System Red Green Blue C M Y K H S L
Decimal 1 99 103 0.99 0.04 0 0.60 182.35 0.98 0.2
Hex 1 63 67 63 4 0 3C B6 62 14
Octal 1 143 147 143 4 0 74 266 142 24
Binary 1 1100011 1100111 1100011 100 0 111100 10110110 1100010 10100

Color Harmonies of #016367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016367

Black with #016367

Text Example


Text Example

White with #016367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016367; }

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

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

background-color css

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

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

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

border-color css

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

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

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