Html Css Color HEX #107CDB Navy Blue

📋 copy color: '#107CDB'

red 16 ◦ green 124 ◦ blue 219

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

Shades of Navy Blue #107CDB

Tints of Navy Blue #107CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.54%

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

R = 4.46%
G = 34.54%
B = 61%

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

#107CDB (or 0x107CDB) is known color: Navy Blue. HEX triplet: 10, 7C and DB. RGB value is (16,124,219). Sum of RGB (Red+Green+Blue) = 16+124+219=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #107CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CDB is #EF8324. Grayscale: #666666. Windows color (decimal): -15696677 or 14384144. OLE color: 14384144.

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

Color convert

RGB 16 124 219 -
CMYK 0.93 0.43 0 0.14
HSL 208.08º 0.86% 0.46% -
HSV(B) 208.08º 0.93% 0.86% -
XYZ 20.21 19.64 69.74 -
YUV 102.54 193.72 66.28 -
System Red Green Blue C M Y K H S L
Decimal 16 124 219 0.93 0.43 0 0.14 208.08 0.86 0.46
Hex 10 7C DB 5D 2B 0 E D0 56 2E
Octal 20 174 333 135 53 0 16 320 126 56
Binary 10000 1111100 11011011 1011101 101011 0 1110 11010000 1010110 101110

Color Harmonies of #107CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CDB

Black with #107CDB

Text Example


Text Example

White with #107CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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