Html Css Color HEX #107DDF Navy Blue

📋 copy color: '#107DDF'

red 16 ◦ green 125 ◦ blue 223

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

Shades of Navy Blue #107DDF

Tints of Navy Blue #107DDF

RGB

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

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

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

R = 4.4%
G = 34.34%
B = 61.26%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#107DDF (or 0x107DDF) is known color: Navy Blue. HEX triplet: 10, 7D and DF. RGB value is (16,125,223). Sum of RGB (Red+Green+Blue) = 16+125+223=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #107DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DDF is #EF8220. Grayscale: #676767. Windows color (decimal): -15696417 or 14646544. OLE color: 14646544.

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

Color convert

RGB 16 125 223 -
CMYK 0.93 0.44 0 0.13
HSL 208.41º 0.87% 0.47% -
HSV(B) 208.41º 0.93% 0.87% -
XYZ 20.87 20.11 72.59 -
YUV 103.58 195.39 65.53 -
System Red Green Blue C M Y K H S L
Decimal 16 125 223 0.93 0.44 0 0.13 208.41 0.87 0.47
Hex 10 7D DF 5D 2C 0 D D0 57 2F
Octal 20 175 337 135 54 0 15 320 127 57
Binary 10000 1111101 11011111 1011101 101100 0 1101 11010000 1010111 101111

Color Harmonies of #107DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DDF

Black with #107DDF

Text Example


Text Example

White with #107DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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