Html Css Color HEX #107FCC Navy Blue

📋 copy color: '#107FCC'

red 16 ◦ green 127 ◦ blue 204

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

Shades of Navy Blue #107FCC

Tints of Navy Blue #107FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 4.61%
G = 36.6%
B = 58.79%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#107FCC (or 0x107FCC) is known color: Navy Blue. HEX triplet: 10, 7F and CC. RGB value is (16,127,204). Sum of RGB (Red+Green+Blue) = 16+127+204=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #107FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FCC is #EF8033. Grayscale: #666666. Windows color (decimal): -15695924 or 13401872. OLE color: 13401872.

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

Color convert

RGB 16 127 204 -
CMYK 0.92 0.38 0 0.2
HSL 204.57º 0.85% 0.43% -
HSV(B) 204.57º 0.92% 0.8% -
XYZ 18.7 19.65 59.93 -
YUV 102.59 185.23 66.24 -
System Red Green Blue C M Y K H S L
Decimal 16 127 204 0.92 0.38 0 0.2 204.57 0.85 0.43
Hex 10 7F CC 5C 26 0 14 CD 55 2B
Octal 20 177 314 134 46 0 24 315 125 53
Binary 10000 1111111 11001100 1011100 100110 0 10100 11001101 1010101 101011

Color Harmonies of #107FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FCC

Black with #107FCC

Text Example


Text Example

White with #107FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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