Html Css Color HEX #107CC0 Navy Blue

📋 copy color: '#107CC0'

red 16 ◦ green 124 ◦ blue 192

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

Shades of Navy Blue #107CC0

Tints of Navy Blue #107CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.83%

R = 4.82%
G = 37.35%
B = 57.83%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#107CC0 (or 0x107CC0) is known color: Navy Blue. HEX triplet: 10, 7C and C0. RGB value is (16,124,192). Sum of RGB (Red+Green+Blue) = 16+124+192=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #107CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CC0 is #EF833F. Grayscale: #636363. Windows color (decimal): -15696704 or 12614672. OLE color: 12614672.

HSL color Cylindrical-coordinate representation of color #107CC0: hue angle of 203.18º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107CC0 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 124 192 -
CMYK 0.92 0.35 0 0.25
HSL 203.18º 0.85% 0.41% -
HSV(B) 203.18º 0.92% 0.75% -
XYZ 16.94 18.33 52.51 -
YUV 99.46 180.22 68.47 -
System Red Green Blue C M Y K H S L
Decimal 16 124 192 0.92 0.35 0 0.25 203.18 0.85 0.41
Hex 10 7C C0 5C 23 0 19 CB 55 29
Octal 20 174 300 134 43 0 31 313 125 51
Binary 10000 1111100 11000000 1011100 100011 0 11001 11001011 1010101 101001

Color Harmonies of #107CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CC0

Black with #107CC0

Text Example


Text Example

White with #107CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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