Html Css Color HEX #016CEA Navy Blue

📋 copy color: '#016CEA'

red 1 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #016CEA

Tints of Navy Blue #016CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

 BLUE value IS 234 (91.8% from 255) = 68.22%

R = 0.29%
G = 31.49%
B = 68.22%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#016CEA (or 0x016CEA) is known color: Navy Blue. HEX triplet: 01, 6C and EA. RGB value is (1,108,234). Sum of RGB (Red+Green+Blue) = 1+108+234=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #016CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016CEA is #FE9315. Grayscale: #595959. Windows color (decimal): -16683798 or 15363073. OLE color: 15363073.

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

Color convert

RGB 1 108 234 -
CMYK 1.00 0.54 0 0.08
HSL 212.45º 0.99% 0.46% -
HSV(B) 212.45º 1% 0.92% -
XYZ 20.23 16.67 79.99 -
YUV 90.37 209.05 64.25 -
System Red Green Blue C M Y K H S L
Decimal 1 108 234 1.00 0.54 0 0.08 212.45 0.99 0.46
Hex 1 6C EA 64 36 0 8 D4 63 2E
Octal 1 154 352 144 66 0 10 324 143 56
Binary 1 1101100 11101010 1100100 110110 0 1000 11010100 1100011 101110

Color Harmonies of #016CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CEA

Black with #016CEA

Text Example


Text Example

White with #016CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,108,234); }

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

background-color css

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

 a { background-color: rgb(1,108,234); }

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

border-color css

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

 span { border-color: rgb(1,108,234); }

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