Html Css Color HEX #107BC7 Navy Blue

📋 copy color: '#107BC7'

red 16 ◦ green 123 ◦ blue 199

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

Shades of Navy Blue #107BC7

Tints of Navy Blue #107BC7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.39%

 BLUE value IS 199 (78.13% from 255) = 58.88%

R = 4.73%
G = 36.39%
B = 58.88%

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

#107BC7 (or 0x107BC7) is known color: Navy Blue. HEX triplet: 10, 7B and C7. RGB value is (16,123,199). Sum of RGB (Red+Green+Blue) = 16+123+199=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 199 (78.12% from 255 or 58.88% from 338); Max value from RGB is 199 - color contains mainly: blue. Hex color #107BC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BC7 is #EF8438. Grayscale: #636363. Windows color (decimal): -15696953 or 13073168. OLE color: 13073168.

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

Color convert

RGB 16 123 199 -
CMYK 0.92 0.38 0 0.22
HSL 204.92º 0.85% 0.42% -
HSV(B) 204.92º 0.92% 0.78% -
XYZ 17.61 18.4 56.66 -
YUV 99.67 184.05 68.32 -
System Red Green Blue C M Y K H S L
Decimal 16 123 199 0.92 0.38 0 0.22 204.92 0.85 0.42
Hex 10 7B C7 5C 26 0 16 CD 55 2A
Octal 20 173 307 134 46 0 26 315 125 52
Binary 10000 1111011 11000111 1011100 100110 0 10110 11001101 1010101 101010

Color Harmonies of #107BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BC7

Black with #107BC7

Text Example


Text Example

White with #107BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,123,199); }

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

background-color css

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

 a { background-color: rgb(16,123,199); }

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

border-color css

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

 span { border-color: rgb(16,123,199); }

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