Html Css Color HEX #106ADF Navy Blue

📋 copy color: '#106ADF'

red 16 ◦ green 106 ◦ blue 223

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

Shades of Navy Blue #106ADF

Tints of Navy Blue #106ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 4.64%
G = 30.72%
B = 64.64%

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

#106ADF (or 0x106ADF) is known color: Navy Blue. HEX triplet: 10, 6A and DF. RGB value is (16,106,223). Sum of RGB (Red+Green+Blue) = 16+106+223=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #106ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ADF is #EF9520. Grayscale: #5B5B5B. Windows color (decimal): -15701281 or 14641680. OLE color: 14641680.

HSL color Cylindrical-coordinate representation of color #106ADF: hue angle of 213.91º 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 #106ADF is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 106 223 -
CMYK 0.93 0.52 0 0.13
HSL 213.91º 0.87% 0.47% -
HSV(B) 213.91º 0.93% 0.87% -
XYZ 18.69 15.75 71.87 -
YUV 92.43 201.68 73.49 -
System Red Green Blue C M Y K H S L
Decimal 16 106 223 0.93 0.52 0 0.13 213.91 0.87 0.47
Hex 10 6A DF 5D 34 0 D D6 57 2F
Octal 20 152 337 135 64 0 15 326 127 57
Binary 10000 1101010 11011111 1011101 110100 0 1101 11010110 1010111 101111

Color Harmonies of #106ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106ADF

Black with #106ADF

Text Example


Text Example

White with #106ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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