Html Css Color HEX #107EDC Navy Blue

📋 copy color: '#107EDC'

red 16 ◦ green 126 ◦ blue 220

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

Shades of Navy Blue #107EDC

Tints of Navy Blue #107EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.77%

R = 4.42%
G = 34.81%
B = 60.77%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#107EDC (or 0x107EDC) is known color: Navy Blue. HEX triplet: 10, 7E and DC. RGB value is (16,126,220). Sum of RGB (Red+Green+Blue) = 16+126+220=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #107EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107EDC is #EF8123. Grayscale: #676767. Windows color (decimal): -15696164 or 14450192. OLE color: 14450192.

HSL color Cylindrical-coordinate representation of color #107EDC: hue angle of 207.65º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107EDC is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 126 220 -
CMYK 0.93 0.43 0 0.14
HSL 207.65º 0.86% 0.46% -
HSV(B) 207.65º 0.93% 0.86% -
XYZ 20.59 20.2 70.52 -
YUV 103.83 193.56 65.36 -
System Red Green Blue C M Y K H S L
Decimal 16 126 220 0.93 0.43 0 0.14 207.65 0.86 0.46
Hex 10 7E DC 5D 2B 0 E D0 56 2E
Octal 20 176 334 135 53 0 16 320 126 56
Binary 10000 1111110 11011100 1011101 101011 0 1110 11010000 1010110 101110

Color Harmonies of #107EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107EDC

Black with #107EDC

Text Example


Text Example

White with #107EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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