Html Css Color HEX #107DDB Navy Blue

📋 copy color: '#107DDB'

red 16 ◦ green 125 ◦ blue 219

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

Shades of Navy Blue #107DDB

Tints of Navy Blue #107DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.83%

R = 4.44%
G = 34.72%
B = 60.83%

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

#107DDB (or 0x107DDB) is known color: Navy Blue. HEX triplet: 10, 7D and DB. RGB value is (16,125,219). Sum of RGB (Red+Green+Blue) = 16+125+219=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #107DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DDB is #EF8224. Grayscale: #666666. Windows color (decimal): -15696421 or 14384400. OLE color: 14384400.

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

Color convert

RGB 16 125 219 -
CMYK 0.93 0.43 0 0.14
HSL 207.78º 0.86% 0.46% -
HSV(B) 207.78º 0.93% 0.86% -
XYZ 20.33 19.89 69.79 -
YUV 103.13 193.39 65.86 -
System Red Green Blue C M Y K H S L
Decimal 16 125 219 0.93 0.43 0 0.14 207.78 0.86 0.46
Hex 10 7D DB 5D 2B 0 E D0 56 2E
Octal 20 175 333 135 53 0 16 320 126 56
Binary 10000 1111101 11011011 1011101 101011 0 1110 11010000 1010110 101110

Color Harmonies of #107DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DDB

Black with #107DDB

Text Example


Text Example

White with #107DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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