Html Css Color HEX #016CED Navy Blue

📋 copy color: '#016CED'

red 1 ◦ green 108 ◦ blue 237

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

Shades of Navy Blue #016CED

Tints of Navy Blue #016CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.5%

R = 0.29%
G = 31.21%
B = 68.5%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#016CED (or 0x016CED) is known color: Navy Blue. HEX triplet: 01, 6C and ED. RGB value is (1,108,237). Sum of RGB (Red+Green+Blue) = 1+108+237=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #016CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016CED is #FE9312. Grayscale: #5A5A5A. Windows color (decimal): -16683795 or 15559681. OLE color: 15559681.

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

Color convert

RGB 1 108 237 -
CMYK 1.00 0.54 0 0.07
HSL 212.8º 0.99% 0.47% -
HSV(B) 212.8º 1% 0.93% -
XYZ 20.66 16.85 82.28 -
YUV 90.71 210.55 64.01 -
System Red Green Blue C M Y K H S L
Decimal 1 108 237 1.00 0.54 0 0.07 212.8 0.99 0.47
Hex 1 6C ED 64 36 0 7 D5 63 2F
Octal 1 154 355 144 66 0 7 325 143 57
Binary 1 1101100 11101101 1100100 110110 0 111 11010101 1100011 101111

Color Harmonies of #016CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CED

Black with #016CED

Text Example


Text Example

White with #016CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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