Html Css Color HEX #107DC8 Navy Blue

📋 copy color: '#107DC8'

red 16 ◦ green 125 ◦ blue 200

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

Shades of Navy Blue #107DC8

Tints of Navy Blue #107DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 58.65%

R = 4.69%
G = 36.66%
B = 58.65%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#107DC8 (or 0x107DC8) is known color: Navy Blue. HEX triplet: 10, 7D and C8. RGB value is (16,125,200). Sum of RGB (Red+Green+Blue) = 16+125+200=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 200 (78.52% from 255 or 58.65% from 341); Max value from RGB is 200 - color contains mainly: blue. Hex color #107DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DC8 is #EF8237. Grayscale: #646464. Windows color (decimal): -15696440 or 13139216. OLE color: 13139216.

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

Color convert

RGB 16 125 200 -
CMYK 0.92 0.38 0 0.22
HSL 204.46º 0.85% 0.42% -
HSV(B) 204.46º 0.92% 0.78% -
XYZ 17.97 18.95 57.35 -
YUV 100.96 183.89 67.4 -
System Red Green Blue C M Y K H S L
Decimal 16 125 200 0.92 0.38 0 0.22 204.46 0.85 0.42
Hex 10 7D C8 5C 26 0 16 CC 55 2A
Octal 20 175 310 134 46 0 26 314 125 52
Binary 10000 1111101 11001000 1011100 100110 0 10110 11001100 1010101 101010

Color Harmonies of #107DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DC8

Black with #107DC8

Text Example


Text Example

White with #107DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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