Html Css Color HEX #107DDA Navy Blue

📋 copy color: '#107DDA'

red 16 ◦ green 125 ◦ blue 218

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

Shades of Navy Blue #107DDA

Tints of Navy Blue #107DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.72%

R = 4.46%
G = 34.82%
B = 60.72%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#107DDA (or 0x107DDA) is known color: Navy Blue. HEX triplet: 10, 7D and DA. RGB value is (16,125,218). Sum of RGB (Red+Green+Blue) = 16+125+218=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #107DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DDA is #EF8225. Grayscale: #666666. Windows color (decimal): -15696422 or 14318864. OLE color: 14318864.

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

Color convert

RGB 16 125 218 -
CMYK 0.93 0.43 0 0.15
HSL 207.62º 0.86% 0.46% -
HSV(B) 207.62º 0.93% 0.85% -
XYZ 20.2 19.84 69.09 -
YUV 103.01 192.89 65.94 -
System Red Green Blue C M Y K H S L
Decimal 16 125 218 0.93 0.43 0 0.15 207.62 0.86 0.46
Hex 10 7D DA 5D 2B 0 F D0 56 2E
Octal 20 175 332 135 53 0 17 320 126 56
Binary 10000 1111101 11011010 1011101 101011 0 1111 11010000 1010110 101110

Color Harmonies of #107DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DDA

Black with #107DDA

Text Example


Text Example

White with #107DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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