Html Css Color HEX #016A8A Blue Lagoon

📋 copy color: '#016A8A'

red 1 ◦ green 106 ◦ blue 138

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

Shades of Blue Lagoon #016A8A

Tints of Blue Lagoon #016A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.27%

 BLUE value IS 138 (54.3% from 255) = 56.33%

R = 0.41%
G = 43.27%
B = 56.33%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#016A8A (or 0x016A8A) is known color: Blue Lagoon. HEX triplet: 01, 6A and 8A. RGB value is (1,106,138). Sum of RGB (Red+Green+Blue) = 1+106+138=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #016A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A8A is #FE9575. Grayscale: #4E4E4E. Windows color (decimal): -16684406 or 9071105. OLE color: 9071105.

HSL color Cylindrical-coordinate representation of color #016A8A: hue angle of 194.01º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A8A is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 106 138 -
CMYK 0.99 0.23 0 0.46
HSL 194.01º 0.99% 0.27% -
HSV(B) 194.01º 0.99% 0.54% -
XYZ 9.75 12.15 25.88 -
YUV 78.25 161.71 72.9 -
System Red Green Blue C M Y K H S L
Decimal 1 106 138 0.99 0.23 0 0.46 194.01 0.99 0.27
Hex 1 6A 8A 63 17 0 2E C2 63 1B
Octal 1 152 212 143 27 0 56 302 143 33
Binary 1 1101010 10001010 1100011 10111 0 101110 11000010 1100011 11011

Color Harmonies of #016A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A8A

Black with #016A8A

Text Example


Text Example

White with #016A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016A8A; }

 p { color: rgb(1,106,138); }

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

background-color css

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

 a { background-color: rgb(1,106,138); }

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

border-color css

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

 span { border-color: rgb(1,106,138); }

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