Html Css Color HEX #106FCF Navy Blue

📋 copy color: '#106FCF'

red 16 ◦ green 111 ◦ blue 207

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

Shades of Navy Blue #106FCF

Tints of Navy Blue #106FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

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

R = 4.79%
G = 33.23%
B = 61.98%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#106FCF (or 0x106FCF) is known color: Navy Blue. HEX triplet: 10, 6F and CF. RGB value is (16,111,207). Sum of RGB (Red+Green+Blue) = 16+111+207=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #106FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106FCF is #EF9030. Grayscale: #5D5D5D. Windows color (decimal): -15700017 or 13594384. OLE color: 13594384.

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

Color convert

RGB 16 111 207 -
CMYK 0.92 0.46 0 0.19
HSL 210.16º 0.86% 0.44% -
HSV(B) 210.16º 0.92% 0.81% -
XYZ 17.16 15.98 61.21 -
YUV 93.54 192.03 72.69 -
System Red Green Blue C M Y K H S L
Decimal 16 111 207 0.92 0.46 0 0.19 210.16 0.86 0.44
Hex 10 6F CF 5C 2E 0 13 D2 56 2C
Octal 20 157 317 134 56 0 23 322 126 54
Binary 10000 1101111 11001111 1011100 101110 0 10011 11010010 1010110 101100

Color Harmonies of #106FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FCF

Black with #106FCF

Text Example


Text Example

White with #106FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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