Html Css Color HEX #106BCF Navy Blue

📋 copy color: '#106BCF'

red 16 ◦ green 107 ◦ blue 207

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

Shades of Navy Blue #106BCF

Tints of Navy Blue #106BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.42%

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

R = 4.85%
G = 32.42%
B = 62.73%

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

#106BCF (or 0x106BCF) is known color: Navy Blue. HEX triplet: 10, 6B and CF. RGB value is (16,107,207). Sum of RGB (Red+Green+Blue) = 16+107+207=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #106BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106BCF is #EF9430. Grayscale: #5A5A5A. Windows color (decimal): -15701041 or 13593360. OLE color: 13593360.

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

Color convert

RGB 16 107 207 -
CMYK 0.92 0.48 0 0.19
HSL 211.41º 0.86% 0.44% -
HSV(B) 211.41º 0.92% 0.81% -
XYZ 16.73 15.13 61.07 -
YUV 91.19 193.35 74.37 -
System Red Green Blue C M Y K H S L
Decimal 16 107 207 0.92 0.48 0 0.19 211.41 0.86 0.44
Hex 10 6B CF 5C 30 0 13 D3 56 2C
Octal 20 153 317 134 60 0 23 323 126 54
Binary 10000 1101011 11001111 1011100 110000 0 10011 11010011 1010110 101100

Color Harmonies of #106BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106BCF

Black with #106BCF

Text Example


Text Example

White with #106BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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