Html Css Color HEX #016784 Blue Lagoon

📋 copy color: '#016784'

red 1 ◦ green 103 ◦ blue 132

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

Shades of Blue Lagoon #016784

Tints of Blue Lagoon #016784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.64%

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

R = 0.42%
G = 43.64%
B = 55.93%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016784 (or 0x016784) is known color: Blue Lagoon. HEX triplet: 01, 67 and 84. RGB value is (1,103,132). Sum of RGB (Red+Green+Blue) = 1+103+132=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #016784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016784 is #FE987B. Grayscale: #4B4B4B. Windows color (decimal): -16685180 or 8677121. OLE color: 8677121.

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

Color convert

RGB 1 103 132 -
CMYK 0.99 0.22 0 0.48
HSL 193.28º 0.98% 0.26% -
HSV(B) 193.28º 0.99% 0.52% -
XYZ 9.03 11.37 23.55 -
YUV 75.81 159.71 74.64 -
System Red Green Blue C M Y K H S L
Decimal 1 103 132 0.99 0.22 0 0.48 193.28 0.98 0.26
Hex 1 67 84 63 16 0 30 C1 62 1A
Octal 1 147 204 143 26 0 60 301 142 32
Binary 1 1100111 10000100 1100011 10110 0 110000 11000001 1100010 11010

Color Harmonies of #016784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016784

Black with #016784

Text Example


Text Example

White with #016784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016784; }

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

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

background-color css

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

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

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

border-color css

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

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

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