Html Css Color HEX #107DC1 Navy Blue

📋 copy color: '#107DC1'

red 16 ◦ green 125 ◦ blue 193

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

Shades of Navy Blue #107DC1

Tints of Navy Blue #107DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.78%

R = 4.79%
G = 37.43%
B = 57.78%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#107DC1 (or 0x107DC1) is known color: Navy Blue. HEX triplet: 10, 7D and C1. RGB value is (16,125,193). Sum of RGB (Red+Green+Blue) = 16+125+193=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #107DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DC1 is #EF823E. Grayscale: #636363. Windows color (decimal): -15696447 or 12680464. OLE color: 12680464.

HSL color Cylindrical-coordinate representation of color #107DC1: hue angle of 203.05º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107DC1 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 125 193 -
CMYK 0.92 0.35 0 0.24
HSL 203.05º 0.85% 0.41% -
HSV(B) 203.05º 0.92% 0.76% -
XYZ 17.17 18.63 53.14 -
YUV 100.16 180.39 67.97 -
System Red Green Blue C M Y K H S L
Decimal 16 125 193 0.92 0.35 0 0.24 203.05 0.85 0.41
Hex 10 7D C1 5C 23 0 18 CB 55 29
Octal 20 175 301 134 43 0 30 313 125 51
Binary 10000 1111101 11000001 1011100 100011 0 11000 11001011 1010101 101001

Color Harmonies of #107DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DC1

Black with #107DC1

Text Example


Text Example

White with #107DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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