Html Css Color HEX #107DDC Navy Blue

📋 copy color: '#107DDC'

red 16 ◦ green 125 ◦ blue 220

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

Shades of Navy Blue #107DDC

Tints of Navy Blue #107DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

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

R = 4.43%
G = 34.63%
B = 60.94%

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

#107DDC (or 0x107DDC) is known color: Navy Blue. HEX triplet: 10, 7D and DC. RGB value is (16,125,220). Sum of RGB (Red+Green+Blue) = 16+125+220=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #107DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DDC is #EF8223. Grayscale: #666666. Windows color (decimal): -15696420 or 14449936. OLE color: 14449936.

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

Color convert

RGB 16 125 220 -
CMYK 0.93 0.43 0 0.14
HSL 207.94º 0.86% 0.46% -
HSV(B) 207.94º 0.93% 0.86% -
XYZ 20.47 19.94 70.48 -
YUV 103.24 193.89 65.78 -
System Red Green Blue C M Y K H S L
Decimal 16 125 220 0.93 0.43 0 0.14 207.94 0.86 0.46
Hex 10 7D DC 5D 2B 0 E D0 56 2E
Octal 20 175 334 135 53 0 16 320 126 56
Binary 10000 1111101 11011100 1011101 101011 0 1110 11010000 1010110 101110

Color Harmonies of #107DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DDC

Black with #107DDC

Text Example


Text Example

White with #107DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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