Html Css Color HEX #106CDF Navy Blue

📋 copy color: '#106CDF'

red 16 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #106CDF

Tints of Navy Blue #106CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.27%

R = 4.61%
G = 31.12%
B = 64.27%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#106CDF (or 0x106CDF) is known color: Navy Blue. HEX triplet: 10, 6C and DF. RGB value is (16,108,223). Sum of RGB (Red+Green+Blue) = 16+108+223=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #106CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CDF is #EF9320. Grayscale: #5D5D5D. Windows color (decimal): -15700769 or 14642192. OLE color: 14642192.

HSL color Cylindrical-coordinate representation of color #106CDF: hue angle of 213.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106CDF is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 108 223 -
CMYK 0.93 0.52 0 0.13
HSL 213.33º 0.87% 0.47% -
HSV(B) 213.33º 0.93% 0.87% -
XYZ 18.9 16.16 71.94 -
YUV 93.6 201.02 72.65 -
System Red Green Blue C M Y K H S L
Decimal 16 108 223 0.93 0.52 0 0.13 213.33 0.87 0.47
Hex 10 6C DF 5D 34 0 D D5 57 2F
Octal 20 154 337 135 64 0 15 325 127 57
Binary 10000 1101100 11011111 1011101 110100 0 1101 11010101 1010111 101111

Color Harmonies of #106CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106CDF

Black with #106CDF

Text Example


Text Example

White with #106CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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