Html Css Color HEX #107CDF Navy Blue

📋 copy color: '#107CDF'

red 16 ◦ green 124 ◦ blue 223

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

Shades of Navy Blue #107CDF

Tints of Navy Blue #107CDF

RGB

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

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

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

R = 4.41%
G = 34.16%
B = 61.43%

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

#107CDF (or 0x107CDF) is known color: Navy Blue. HEX triplet: 10, 7C and DF. RGB value is (16,124,223). Sum of RGB (Red+Green+Blue) = 16+124+223=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #107CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CDF is #EF8320. Grayscale: #666666. Windows color (decimal): -15696673 or 14646288. OLE color: 14646288.

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

Color convert

RGB 16 124 223 -
CMYK 0.93 0.44 0 0.13
HSL 208.7º 0.87% 0.47% -
HSV(B) 208.7º 0.93% 0.87% -
XYZ 20.74 19.85 72.55 -
YUV 102.99 195.72 65.95 -
System Red Green Blue C M Y K H S L
Decimal 16 124 223 0.93 0.44 0 0.13 208.7 0.87 0.47
Hex 10 7C DF 5D 2C 0 D D1 57 2F
Octal 20 174 337 135 54 0 15 321 127 57
Binary 10000 1111100 11011111 1011101 101100 0 1101 11010001 1010111 101111

Color Harmonies of #107CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CDF

Black with #107CDF

Text Example


Text Example

White with #107CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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