Html Css Color HEX #106EDF Navy Blue

📋 copy color: '#106EDF'

red 16 ◦ green 110 ◦ blue 223

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

Shades of Navy Blue #106EDF

Tints of Navy Blue #106EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.52%

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

R = 4.58%
G = 31.52%
B = 63.9%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#106EDF (or 0x106EDF) is known color: Navy Blue. HEX triplet: 10, 6E and DF. RGB value is (16,110,223). Sum of RGB (Red+Green+Blue) = 16+110+223=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #106EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EDF is #EF9120. Grayscale: #5E5E5E. Windows color (decimal): -15700257 or 14642704. OLE color: 14642704.

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

Color convert

RGB 16 110 223 -
CMYK 0.93 0.51 0 0.13
HSL 212.75º 0.87% 0.47% -
HSV(B) 212.75º 0.93% 0.87% -
XYZ 19.11 16.59 72.01 -
YUV 94.78 200.36 71.81 -
System Red Green Blue C M Y K H S L
Decimal 16 110 223 0.93 0.51 0 0.13 212.75 0.87 0.47
Hex 10 6E DF 5D 33 0 D D5 57 2F
Octal 20 156 337 135 63 0 15 325 127 57
Binary 10000 1101110 11011111 1011101 110011 0 1101 11010101 1010111 101111

Color Harmonies of #106EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EDF

Black with #106EDF

Text Example


Text Example

White with #106EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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