Html Css Color HEX #107EDF Navy Blue

📋 copy color: '#107EDF'

red 16 ◦ green 126 ◦ blue 223

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

Shades of Navy Blue #107EDF

Tints of Navy Blue #107EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.52%

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

R = 4.38%
G = 34.52%
B = 61.1%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#107EDF (or 0x107EDF) is known color: Navy Blue. HEX triplet: 10, 7E and DF. RGB value is (16,126,223). Sum of RGB (Red+Green+Blue) = 16+126+223=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #107EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107EDF is #EF8120. Grayscale: #676767. Windows color (decimal): -15696161 or 14646800. OLE color: 14646800.

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

Color convert

RGB 16 126 223 -
CMYK 0.93 0.43 0 0.13
HSL 208.12º 0.87% 0.47% -
HSV(B) 208.12º 0.93% 0.87% -
XYZ 20.99 20.36 72.64 -
YUV 104.17 195.06 65.11 -
System Red Green Blue C M Y K H S L
Decimal 16 126 223 0.93 0.43 0 0.13 208.12 0.87 0.47
Hex 10 7E DF 5D 2B 0 D D0 57 2F
Octal 20 176 337 135 53 0 15 320 127 57
Binary 10000 1111110 11011111 1011101 101011 0 1101 11010000 1010111 101111

Color Harmonies of #107EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107EDF

Black with #107EDF

Text Example


Text Example

White with #107EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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