Html Css Color HEX #107CC6 Navy Blue

📋 copy color: '#107CC6'

red 16 ◦ green 124 ◦ blue 198

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

Shades of Navy Blue #107CC6

Tints of Navy Blue #107CC6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.69%

 BLUE value IS 198 (77.73% from 255) = 58.58%

R = 4.73%
G = 36.69%
B = 58.58%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#107CC6 (or 0x107CC6) is known color: Navy Blue. HEX triplet: 10, 7C and C6. RGB value is (16,124,198). Sum of RGB (Red+Green+Blue) = 16+124+198=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #107CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CC6 is #EF8339. Grayscale: #636363. Windows color (decimal): -15696698 or 13007888. OLE color: 13007888.

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

Color convert

RGB 16 124 198 -
CMYK 0.92 0.37 0 0.22
HSL 204.4º 0.85% 0.42% -
HSV(B) 204.4º 0.92% 0.78% -
XYZ 17.61 18.6 56.09 -
YUV 100.14 183.22 67.98 -
System Red Green Blue C M Y K H S L
Decimal 16 124 198 0.92 0.37 0 0.22 204.4 0.85 0.42
Hex 10 7C C6 5C 25 0 16 CC 55 2A
Octal 20 174 306 134 45 0 26 314 125 52
Binary 10000 1111100 11000110 1011100 100101 0 10110 11001100 1010101 101010

Color Harmonies of #107CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CC6

Black with #107CC6

Text Example


Text Example

White with #107CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,124,198); }

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

background-color css

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

 a { background-color: rgb(16,124,198); }

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

border-color css

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

 span { border-color: rgb(16,124,198); }

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