Html Css Color HEX #107FCA Navy Blue

📋 copy color: '#107FCA'

red 16 ◦ green 127 ◦ blue 202

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

Shades of Navy Blue #107FCA

Tints of Navy Blue #107FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 36.81%

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 4.64%
G = 36.81%
B = 58.55%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#107FCA (or 0x107FCA) is known color: Navy Blue. HEX triplet: 10, 7F and CA. RGB value is (16,127,202). Sum of RGB (Red+Green+Blue) = 16+127+202=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #107FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FCA is #EF8035. Grayscale: #656565. Windows color (decimal): -15695926 or 13270800. OLE color: 13270800.

HSL color Cylindrical-coordinate representation of color #107FCA: hue angle of 204.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107FCA is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 127 202 -
CMYK 0.92 0.37 0 0.21
HSL 204.19º 0.85% 0.43% -
HSV(B) 204.19º 0.92% 0.79% -
XYZ 18.46 19.55 58.68 -
YUV 102.36 184.23 66.4 -
System Red Green Blue C M Y K H S L
Decimal 16 127 202 0.92 0.37 0 0.21 204.19 0.85 0.43
Hex 10 7F CA 5C 25 0 15 CC 55 2B
Octal 20 177 312 134 45 0 25 314 125 53
Binary 10000 1111111 11001010 1011100 100101 0 10101 11001100 1010101 101011

Color Harmonies of #107FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FCA

Black with #107FCA

Text Example


Text Example

White with #107FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,127,202); }

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

background-color css

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

 a { background-color: rgb(16,127,202); }

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

border-color css

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

 span { border-color: rgb(16,127,202); }

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