Html Css Color HEX #107DC3 Navy Blue

📋 copy color: '#107DC3'

red 16 ◦ green 125 ◦ blue 195

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

Shades of Navy Blue #107DC3

Tints of Navy Blue #107DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 58.04%

R = 4.76%
G = 37.2%
B = 58.04%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#107DC3 (or 0x107DC3) is known color: Navy Blue. HEX triplet: 10, 7D and C3. RGB value is (16,125,195). Sum of RGB (Red+Green+Blue) = 16+125+195=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 195 (76.56% from 255 or 58.04% from 336); Max value from RGB is 195 - color contains mainly: blue. Hex color #107DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DC3 is #EF823C. Grayscale: #646464. Windows color (decimal): -15696445 or 12811536. OLE color: 12811536.

HSL color Cylindrical-coordinate representation of color #107DC3: hue angle of 203.46º 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 #107DC3 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 125 195 -
CMYK 0.92 0.36 0 0.24
HSL 203.46º 0.85% 0.41% -
HSV(B) 203.46º 0.92% 0.76% -
XYZ 17.4 18.72 54.33 -
YUV 100.39 181.39 67.81 -
System Red Green Blue C M Y K H S L
Decimal 16 125 195 0.92 0.36 0 0.24 203.46 0.85 0.41
Hex 10 7D C3 5C 24 0 18 CB 55 29
Octal 20 175 303 134 44 0 30 313 125 51
Binary 10000 1111101 11000011 1011100 100100 0 11000 11001011 1010101 101001

Color Harmonies of #107DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DC3

Black with #107DC3

Text Example


Text Example

White with #107DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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