Html Css Color HEX #106CCF Navy Blue

📋 copy color: '#106CCF'

red 16 ◦ green 108 ◦ blue 207

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

Shades of Navy Blue #106CCF

Tints of Navy Blue #106CCF

RGB

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

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

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

R = 4.83%
G = 32.63%
B = 62.54%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#106CCF (or 0x106CCF) is known color: Navy Blue. HEX triplet: 10, 6C and CF. RGB value is (16,108,207). Sum of RGB (Red+Green+Blue) = 16+108+207=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #106CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CCF is #EF9330. Grayscale: #5B5B5B. Windows color (decimal): -15700785 or 13593616. OLE color: 13593616.

HSL color Cylindrical-coordinate representation of color #106CCF: hue angle of 211.1º 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 #106CCF is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 108 207 -
CMYK 0.92 0.48 0 0.19
HSL 211.1º 0.86% 0.44% -
HSV(B) 211.1º 0.92% 0.81% -
XYZ 16.84 15.34 61.1 -
YUV 91.78 193.02 73.95 -
System Red Green Blue C M Y K H S L
Decimal 16 108 207 0.92 0.48 0 0.19 211.1 0.86 0.44
Hex 10 6C CF 5C 30 0 13 D3 56 2C
Octal 20 154 317 134 60 0 23 323 126 54
Binary 10000 1101100 11001111 1011100 110000 0 10011 11010011 1010110 101100

Color Harmonies of #106CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106CCF

Black with #106CCF

Text Example


Text Example

White with #106CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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