Html Css Color HEX #016384 Blue Lagoon

📋 copy color: '#016384'

red 1 ◦ green 99 ◦ blue 132

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

Shades of Blue Lagoon #016384

Tints of Blue Lagoon #016384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.9%

R = 0.43%
G = 42.67%
B = 56.9%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016384 (or 0x016384) is known color: Blue Lagoon. HEX triplet: 01, 63 and 84. RGB value is (1,99,132). Sum of RGB (Red+Green+Blue) = 1+99+132=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #016384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016384 is #FE9C7B. Grayscale: #494949. Windows color (decimal): -16686204 or 8676097. OLE color: 8676097.

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

Color convert

RGB 1 99 132 -
CMYK 0.99 0.25 0 0.48
HSL 195.11º 0.98% 0.26% -
HSV(B) 195.11º 0.99% 0.52% -
XYZ 8.64 10.6 23.42 -
YUV 73.46 161.03 76.32 -
System Red Green Blue C M Y K H S L
Decimal 1 99 132 0.99 0.25 0 0.48 195.11 0.98 0.26
Hex 1 63 84 63 19 0 30 C3 62 1A
Octal 1 143 204 143 31 0 60 303 142 32
Binary 1 1100011 10000100 1100011 11001 0 110000 11000011 1100010 11010

Color Harmonies of #016384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016384

Black with #016384

Text Example


Text Example

White with #016384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016384; }

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

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

background-color css

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

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

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

border-color css

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

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

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