Html Css Color HEX #106ECF Navy Blue

📋 copy color: '#106ECF'

red 16 ◦ green 110 ◦ blue 207

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

Shades of Navy Blue #106ECF

Tints of Navy Blue #106ECF

RGB

 RED value IS 16 (6.64% from 255) = 4.8%

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 4.8%
G = 33.03%
B = 62.16%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#106ECF (or 0x106ECF) is known color: Navy Blue. HEX triplet: 10, 6E and CF. RGB value is (16,110,207). Sum of RGB (Red+Green+Blue) = 16+110+207=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #106ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ECF is #EF9130. Grayscale: #5C5C5C. Windows color (decimal): -15700273 or 13594128. OLE color: 13594128.

HSL color Cylindrical-coordinate representation of color #106ECF: hue angle of 210.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106ECF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 110 207 -
CMYK 0.92 0.47 0 0.19
HSL 210.47º 0.86% 0.44% -
HSV(B) 210.47º 0.92% 0.81% -
XYZ 17.05 15.77 61.18 -
YUV 92.95 192.36 73.11 -
System Red Green Blue C M Y K H S L
Decimal 16 110 207 0.92 0.47 0 0.19 210.47 0.86 0.44
Hex 10 6E CF 5C 2F 0 13 D2 56 2C
Octal 20 156 317 134 57 0 23 322 126 54
Binary 10000 1101110 11001111 1011100 101111 0 10011 11010010 1010110 101100

Color Harmonies of #106ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106ECF

Black with #106ECF

Text Example


Text Example

White with #106ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106ECF; }

 p { color: rgb(16,110,207); }

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

background-color css

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

 a { background-color: rgb(16,110,207); }

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

border-color css

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

 span { border-color: rgb(16,110,207); }

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