Html Css Color HEX #016380 Blue Lagoon

📋 copy color: '#016380'

red 1 ◦ green 99 ◦ blue 128

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

Shades of Blue Lagoon #016380

Tints of Blue Lagoon #016380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 56.14%

R = 0.44%
G = 43.42%
B = 56.14%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#016380 (or 0x016380) is known color: Blue Lagoon. HEX triplet: 01, 63 and 80. RGB value is (1,99,128). Sum of RGB (Red+Green+Blue) = 1+99+128=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #016380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016380 is #FE9C7F. Grayscale: #484848. Windows color (decimal): -16686208 or 8413953. OLE color: 8413953.

HSL color Cylindrical-coordinate representation of color #016380: hue angle of 193.7º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016380 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 99 128 -
CMYK 0.99 0.23 0 0.50
HSL 193.7º 0.98% 0.25% -
HSV(B) 193.7º 0.99% 0.5% -
XYZ 8.37 10.49 22.01 -
YUV 73 159.03 76.64 -
System Red Green Blue C M Y K H S L
Decimal 1 99 128 0.99 0.23 0 0.50 193.7 0.98 0.25
Hex 1 63 80 63 17 0 32 C2 62 19
Octal 1 143 200 143 27 0 62 302 142 31
Binary 1 1100011 10000000 1100011 10111 0 110010 11000010 1100010 11001

Color Harmonies of #016380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016380

Black with #016380

Text Example


Text Example

White with #016380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016380; }

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

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

background-color css

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

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

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

border-color css

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

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

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