Html Css Color HEX #107AC0 Navy Blue

📋 copy color: '#107AC0'

red 16 ◦ green 122 ◦ blue 192

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

Shades of Navy Blue #107AC0

Tints of Navy Blue #107AC0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.97%

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

R = 4.85%
G = 36.97%
B = 58.18%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#107AC0 (or 0x107AC0) is known color: Navy Blue. HEX triplet: 10, 7A and C0. RGB value is (16,122,192). Sum of RGB (Red+Green+Blue) = 16+122+192=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #107AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107AC0 is #EF853F. Grayscale: #616161. Windows color (decimal): -15697216 or 12614160. OLE color: 12614160.

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

Color convert

RGB 16 122 192 -
CMYK 0.92 0.36 0 0.25
HSL 203.86º 0.85% 0.41% -
HSV(B) 203.86º 0.92% 0.75% -
XYZ 16.69 17.84 52.43 -
YUV 98.29 180.88 69.31 -
System Red Green Blue C M Y K H S L
Decimal 16 122 192 0.92 0.36 0 0.25 203.86 0.85 0.41
Hex 10 7A C0 5C 24 0 19 CC 55 29
Octal 20 172 300 134 44 0 31 314 125 51
Binary 10000 1111010 11000000 1011100 100100 0 11001 11001100 1010101 101001

Color Harmonies of #107AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107AC0

Black with #107AC0

Text Example


Text Example

White with #107AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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