Html Css Color HEX #107DC4 Navy Blue

📋 copy color: '#107DC4'

red 16 ◦ green 125 ◦ blue 196

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

Shades of Navy Blue #107DC4

Tints of Navy Blue #107DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 58.16%

R = 4.75%
G = 37.09%
B = 58.16%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#107DC4 (or 0x107DC4) is known color: Navy Blue. HEX triplet: 10, 7D and C4. RGB value is (16,125,196). Sum of RGB (Red+Green+Blue) = 16+125+196=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #107DC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DC4 is #EF823B. Grayscale: #646464. Windows color (decimal): -15696444 or 12877072. OLE color: 12877072.

HSL color Cylindrical-coordinate representation of color #107DC4: hue angle of 203.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107DC4 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 16 125 196 -
CMYK 0.92 0.36 0 0.23
HSL 203.67º 0.85% 0.42% -
HSV(B) 203.67º 0.92% 0.77% -
XYZ 17.51 18.76 54.92 -
YUV 100.5 181.89 67.73 -
System Red Green Blue C M Y K H S L
Decimal 16 125 196 0.92 0.36 0 0.23 203.67 0.85 0.42
Hex 10 7D C4 5C 24 0 17 CC 55 2A
Octal 20 175 304 134 44 0 27 314 125 52
Binary 10000 1111101 11000100 1011100 100100 0 10111 11001100 1010101 101010

Color Harmonies of #107DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DC4

Black with #107DC4

Text Example


Text Example

White with #107DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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